Click or drag to resize
ITcpConnectionStateServiceIsRemoteConnectionEstablished Method
Returns true if the connection to the remote end-point was in the ESTABLISHED state when the object was constructed.

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

Parameters

localEndPoint
Type: System.NetIPEndPoint
remoteEndPoint
Type: System.NetIPEndPoint
The remote endpoint to check.

Return Value

Type: Boolean
True if the connection is established, false if it does not exist or is not in the established state.
See Also