Bespoke Open Sound Control Library
OscClient Constructor (serverIPAddress, serverPort)
NamespacesBespoke.Common.OscOscClientOscClient(IPAddress, Int32)
Initializes a new instance of the OscClient class
Declaration Syntax
C#Visual BasicVisual C++
public OscClient(
	IPAddress serverIPAddress,
	int serverPort
)
Public Sub New ( _
	serverIPAddress As IPAddress, _
	serverPort As Integer _
)
public:
OscClient(
	IPAddress^ serverIPAddress, 
	int serverPort
)
Parameters
serverIPAddress (IPAddress)

[Missing <param name="serverIPAddress"/> documentation for "M:Bespoke.Common.Osc.OscClient.#ctor(System.Net.IPAddress,System.Int32)"]

serverPort (Int32)

[Missing <param name="serverPort"/> documentation for "M:Bespoke.Common.Osc.OscClient.#ctor(System.Net.IPAddress,System.Int32)"]

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