| InternetConnectionInformationProxy Property |
Gets or sets the WebProxy object.
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.25.4.0
Syntaxpublic IWebProxy Proxy { get; set; }Public Property Proxy As IWebProxy
Get
Set
public:
property IWebProxy^ Proxy {
IWebProxy^ get ();
void set (IWebProxy^ value);
}Property Value
Type:
IWebProxy
See Also