BasePipebIsSecured Property |
Returns a bool indicating if the socket in this Pipe is CURRENTLY connected and wrapped in a SecureStream
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool bIsSecured { get; }
Public ReadOnly Property bIsSecured As Boolean
Get
public:
property bool bIsSecured {
bool get ();
}
Property Value
Type:
BooleanSee Also