WebFormCallProxy Property |
Gets or sets the proxy server settings. Leave as null/Nothing to use the system's default proxy settings.
Namespace: com.softwarekey.Client.WebServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual IWebProxy Proxy { get; set; }
Public Overridable Property Proxy As IWebProxy
Get
Set
public:
virtual property IWebProxy^ Proxy {
IWebProxy^ get ();
void set (IWebProxy^ value);
}
Property Value
Type:
IWebProxy
See Also