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

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(
	IPAddress ipAddress,
	int port
)
Visual Basic (Declaration)
Public Shared Function IsIPEndPointAvailable ( _
	ipAddress As IPAddress, _
	port As Integer _
) As Boolean
Visual C++
public:
static bool IsIPEndPointAvailable(
	IPAddress^ ipAddress, 
	int port
)

Parameters

ipAddress
Type: System.Net..::.IPAddress

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

port
Type: System..::.Int32

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

Return Value

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

See Also