Gets or sets web proxy information that will be used to connect to TSA server.
Namespace:
SysadminsLV.PKI.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public WebProxy Proxy { get; set; }
Public Property Proxy As WebProxy
Get
Set
public:
property WebProxy^ Proxy {
WebProxy^ get ();
void set (WebProxy^ value);
}
member Proxy : WebProxy with get, set
Property Value
Type:
WebProxySee Also