DocumentClientProxy Property

You can set this property with an object implementing the IWebProxy interface to be used when accessing the PDF Document Web Service through a proxy server. This property does not have any effect when using a TCP Service

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public IWebProxy ClientProxy { get; set; }

Property Value

IWebProxy

See Also