SessionbHasResponse Property |
Returns TRUE if this session's State > ReadingResponse, and oResponse, oResponse.headers, and responseBodyBytes are all non-null. Note that
bHasResponse returns FALSE if the session is currently reading, even if a body was copied using the COMETPeek feature
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public bool bHasResponse { get; }
Public ReadOnly Property bHasResponse As Boolean
Get
public:
property bool bHasResponse {
bool get ();
}
Property Value
Type:
BooleanSee Also