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.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IsRemoteConnectionEstablished(
IPEndPoint localEndPoint,
IPEndPoint remoteEndPoint
)
Function IsRemoteConnectionEstablished (
localEndPoint As IPEndPoint,
remoteEndPoint As IPEndPoint
) As Boolean
bool IsRemoteConnectionEstablished(
IPEndPoint^ localEndPoint,
IPEndPoint^ remoteEndPoint
)
abstract IsRemoteConnectionEstablished :
localEndPoint : IPEndPoint *
remoteEndPoint : IPEndPoint -> bool
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