WebFormCallProxyAuthenticationRequired Property |
Gets or sets whether the proxy server requires authentication.
Namespace: com.softwarekey.Client.WebServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual bool ProxyAuthenticationRequired { get; set; }
Public Overridable Property ProxyAuthenticationRequired As Boolean
Get
Set
public:
virtual property bool ProxyAuthenticationRequired {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also