IPServer IsIPEndPointAvailable Method (IPEndPoint)Bespoke Osc Library
Determine if the specified end point is available.

Namespace: Bespoke.Common.Net
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Function IsIPEndPointAvailable ( _
	ipEndPoint As IPEndPoint _
) As Boolean

Return Value

true if the specified end point is available; otherwise, false.
See Also