ServerPipeisConnectedToGateway Property |
Indicates if this pipe is connected to an upstream (non-SOCKS) Proxy.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool isConnectedToGateway { get; }
Public ReadOnly Property isConnectedToGateway As Boolean
Get
public:
property bool isConnectedToGateway {
bool get ();
}
Property Value
Type:
BooleanSee Also