Click or drag to resize

TransportIsDestinationReachable Method

Determines if the specified UDP destination is listening for data.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public static bool IsDestinationReachable(
	IPEndPoint targetIPEndPoint
)
View Source

Parameters

targetIPEndPoint  IPEndPoint
The IPEndPoint for the UDP destination to be checked.

Return Value

Boolean
true if the UDP destination is listening for data; otherwise false.
See Also