WinINETProxyInfosPACScriptLocation Property |
Returns a string pointing to the ProxyAutoConfig script, or null if there is no such URL or it is not enabled
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string sPACScriptLocation { get; set; }
Public Property sPACScriptLocation As String
Get
Set
public:
property String^ sPACScriptLocation {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also