Bespoke Open Sound Control Library
IsIPEndPointAvailable Method (ipAddress, port)
NamespacesBespoke.Common.OscOscServerIsIPEndPointAvailable(IPAddress, Int32)

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

Declaration Syntax
C#Visual BasicVisual C++
public static bool IsIPEndPointAvailable(
	IPAddress ipAddress,
	int port
)
Public Shared Function IsIPEndPointAvailable ( _
	ipAddress As IPAddress, _
	port As Integer _
) As Boolean
public:
static bool IsIPEndPointAvailable(
	IPAddress^ ipAddress, 
	int port
)
Parameters
ipAddress (IPAddress)

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

port (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)]

Assembly: Bespoke.Common.Osc (Module: Bespoke.Common.Osc) Version: 4.3.0.0 (4.3.0.0)