ServerPipeisConnectedViaSOCKS Property |
Indicates if this pipe is connected to a SOCKS gateway
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool isConnectedViaSOCKS { get; set; }
Public Property isConnectedViaSOCKS As Boolean
Get
Set
public:
property bool isConnectedViaSOCKS {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also