Initializes a new instance of the OscClient class

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 OscClient(
	IPAddress serverIPAddress,
	int serverPort
)
Visual Basic (Declaration)
Public Sub New ( _
	serverIPAddress As IPAddress, _
	serverPort As Integer _
)
Visual C++
public:
OscClient(
	IPAddress^ serverIPAddress, 
	int serverPort
)

Parameters

serverIPAddress
Type: System.Net..::.IPAddress

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

serverPort
Type: System..::.Int32

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

See Also