BasePipeConnected Property |
Return the Connected status of the base socket.
WARNING: This doesn't work as you might expect; you can see Connected == false when a READ timed out but a WRITE will succeed.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool Connected { get; }
Public ReadOnly Property Connected As Boolean
Get
public:
property bool Connected {
bool get ();
}
Property Value
Type:
BooleanSee Also