Gets or sets the proxy
Namespace:
Cryptware.NDigitSignAssembly: NDigitSign (in NDigitSign.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Property Proxy As WebProxy Get Set |
C# |
---|
public static WebProxy Proxy { get; set; } |
Visual C++ |
---|
public: static property WebProxy^ Proxy { WebProxy^ get (); void set (WebProxy^ value); } |
JavaScript |
---|
Cryptware.NDigitSign.TSAClient.get_proxy = function(); Cryptware.NDigitSign.TSAClient.set_proxy = function(value); |