IncomingMessageManagerTransactionStats Class |
Namespace: Demo3D.Net
public class TransactionStats : IncomingMessageManagerRequestStats
The IncomingMessageManagerTransactionStats type exposes the following members.
| Name | Description | |
|---|---|---|
| IncomingMessageManagerTransactionStats | Initializes a new instance of the IncomingMessageManagerTransactionStats class |
| Name | Description | |
|---|---|---|
| ResponseTime |
Length of time (in microseconds) between the point just before sending the request and completely receiving the response.
| |
| SendTime |
Length of time (in microseconds) that it took for the lower level protocol to send the request.
(Inherited from IncomingMessageManagerRequestStats.) | |
| WaitForPreviousResponse |
Length of time (in microseconds) that this request had to wait for a response to the previous request.
(Inherited from IncomingMessageManagerRequestStats.) | |
| WaitForSocket |
Length of time (in microseconds) that this request had to wait for access to the socket.
(Inherited from IncomingMessageManagerRequestStats.) |