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