OscClient Connect Method (IPAddress, Int32)Bespoke Osc Library
Connect to a server.

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 Connect ( _
	serverIPAddress As IPAddress, _
	serverPort As Integer _
)

Parameters

serverIPAddress
Type: OnlineSystem.Net IPAddress
The server-side IP address to connect to.
serverPort
Type: OnlineSystem Int32
The server-side port to connect to.
See Also