InternetConnectionInformationProxyAddress Property |
Gets the proxy server address (or an empty string if none is used).
Namespace: com.softwarekey.Client.UtilsAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public string ProxyAddress { get; }
Public ReadOnly Property ProxyAddress As String
Get
public:
property String^ ProxyAddress {
String^ get ();
}
Property Value
Type:
StringRemarks Caution |
---|
The ProxyAddress property is not available in the .NET Standard PLUSManaged assembly. |
See Also