IPServer IsIPEndPointAvailable Method (IPAddress, Int32)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 ( _
	ipAddress As IPAddress, _
	port As Integer _
) As Boolean

Return Value

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