Represents the server-side session associated with a RPC
connection.
|
|
|
|
|
IsCanceled(self)
If true, indicates that the client canceled the RPC, so the server
may as well give up on replying to it. |
source code
|
|
|
GetClientUsername(self)
Returns the Windows username of the client, if a NTLM or Kerberos
transport protocol is being used. |
source code
|
|
|
GetTransportProtocol(self)
Returns the transport protocol in use on this server session. |
source code
|
|
|
GetTransportType(self)
Returns the transport type of this server session. |
source code
|
|
|
|
|
GetConnectionDuration(self)
Returns the duration of the client connection, in milliseconds. |
source code
|
|
|
GetRemoteCallCount(self)
Returns the number of remote calls executed on the server session so
far. |
source code
|
|
|
GetTotalBytesReceived(self)
Returns the total number of bytes received by the server session so
far. |
source code
|
|
|
GetTotalBytesSent(self)
Returns the total number of bytes sent from the server session so
far. |
source code
|
|