OscClient Constructor (IPAddress, Int32)Bespoke Osc Library
Initializes a new instance of the OscClient class.

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

Public Sub New ( _
	serverIPAddress As IPAddress, _
	serverPort As Integer _
)

Parameters

serverIPAddress
Type: OnlineSystem.Net IPAddress
The server-side IP address of the connection.
serverPort
Type: OnlineSystem Int32
The server-side port of the connection.
See Also