WinINETProxyInfosSocksProxy Property |
String representing the endpoint of the proxy for SOCKS-traffic, if configured
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string sSocksProxy { get; set; }
Public Property sSocksProxy As String
Get
Set
public:
property String^ sSocksProxy {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also