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