Click or drag to resize
ITcpConnectionStateServiceDescribeRemoteConnectionState Method
Returns a description of the state of a remote end-point.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string DescribeRemoteConnectionState(
	IPEndPoint localEndPoint,
	IPEndPoint remoteEndPoint
)

Parameters

localEndPoint
Type: System.NetIPEndPoint
remoteEndPoint
Type: System.NetIPEndPoint

Return Value

Type: String
See Also