ITcpConnectionStateServiceDescribeRemoteConnectionState Method |
Returns a description of the state of a remote end-point.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string DescribeRemoteConnectionState(
IPEndPoint localEndPoint,
IPEndPoint remoteEndPoint
)
Function DescribeRemoteConnectionState (
localEndPoint As IPEndPoint,
remoteEndPoint As IPEndPoint
) As String
String^ DescribeRemoteConnectionState(
IPEndPoint^ localEndPoint,
IPEndPoint^ remoteEndPoint
)
abstract DescribeRemoteConnectionState :
localEndPoint : IPEndPoint *
remoteEndPoint : IPEndPoint -> string
Parameters
- localEndPoint
- Type: System.NetIPEndPoint
- remoteEndPoint
- Type: System.NetIPEndPoint
Return Value
Type:
StringSee Also