[Missing <summary> documentation for "M:Bespoke.Common.Osc.OscServer.IsIPEndPointAvailable(System.Net.IPEndPoint)"]

Namespace:  Bespoke.Common.Osc
Assembly:  Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static bool IsIPEndPointAvailable(
	IPEndPoint ipEndPoint
)
Visual Basic (Declaration)
Public Shared Function IsIPEndPointAvailable ( _
	ipEndPoint As IPEndPoint _
) As Boolean
Visual C++
public:
static bool IsIPEndPointAvailable(
	IPEndPoint^ ipEndPoint
)

Parameters

ipEndPoint
Type: System.Net..::.IPEndPoint

[Missing <param name="ipEndPoint"/> documentation for "M:Bespoke.Common.Osc.OscServer.IsIPEndPointAvailable(System.Net.IPEndPoint)"]

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.Osc.OscServer.IsIPEndPointAvailable(System.Net.IPEndPoint)"]

See Also