Base class for all client transports.
|
|
|
GetTransportType(self)
Returns the transport type of this client transport. |
source code
|
|
|
|
|
GetMaxIncomingMessageLength(self)
Returns maximum incoming message length. |
source code
|
|
|
GetLastRequestSize(self)
Returns the byte size of the last request sent on the client
transport. |
source code
|
|
|
GetLastResponseSize(self)
Returns the byte size of the last response received on the client
transport. |
source code
|
|
|
GetRunningTotalBytesSent(self)
Returns the running total of bytes sent on the client transport. |
source code
|
|
|
GetRunningTotalBytesReceived(self)
Returns the running total of bytes received on the client transport. |
source code
|
|
|
ResetRunningTotals(self)
Resets the bytes-sent and bytes-received running totals to zero. |
source code
|
|