Click or drag to resize

RequestStats Properties

The IncomingMessageManagerRequestStats type exposes the following members.

Properties
  NameDescription
Public propertySendTime
Length of time (in microseconds) that it took for the lower level protocol to send the request.
Public propertyWaitForPreviousResponse
Length of time (in microseconds) that this request had to wait for a response to the previous request.
Public propertyWaitForSocket
Length of time (in microseconds) that this request had to wait for access to the socket.
Top
See Also