SessionTimersServerGotRequest Field |
The time at which Fiddler has completed sending the HTTP request to the server (FiddlerRequestLastSend).
BUG: Should be named "FiddlerEndRequest".
NOTE: Value here is often misleading due to buffering inside WinSock's send() call.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public DateTime ServerGotRequest
Public ServerGotRequest As DateTime
public:
DateTime ServerGotRequest
Field Value
Type:
DateTimeSee Also