WCFProxyServer Class

If you connect to a service from behind a proxy server, you must first instantiate an object of the WCFProxyServer class. This class provides credential information to the proxy server.

Properties

WCFProxyServer property Type Description
ProxyAddress String Specifies a URL for the proxy server or firewall.
CredentialType HttpProxyCredentialType (enumeration) Specifies the credential type to use for the firewall. Values are: None (default), Basic, Digest, NTLM, Certificate, and Windows.
ClientCredential WCFClientCredential (class) Specifies the WCF credentials to be used for the firewall.
UseDefaultWebProxy Boolean Determines whether to use the default Web proxy settings, as defined for Internet Explorer. The default value is true.
Related reference
HttpProxyCredentialType Enumeration
WCFConnection Class
WCFClientCredential Class