ITcpConnectionStateService Interface |
Namespace: VirtualRadar.Interface.Network
The ITcpConnectionStateService type exposes the following members.
Name | Description | |
---|---|---|
![]() | CountConnections |
Gets the count of connections that the service knows about.
|
Name | Description | |
---|---|---|
![]() | DescribeRemoteConnectionState |
Returns a description of the state of a remote end-point.
|
![]() | IsRemoteConnectionEstablished |
Returns true if the connection to the remote end-point was in the ESTABLISHED
state when the object was constructed.
|
![]() | RefreshTcpConnectionStates |
Reloads the cache of connection states that was established when the object
was created. All other methods work off this cache, they do not perform live
lookups.
|