OscClient Connect Method (IPEndPoint)Bespoke Osc Library
Connect to the previously specified server-side endpoint.

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 ( _
	serverEndPoint As IPEndPoint _
)

Parameters

serverEndPoint
Type: OnlineSystem.Net IPEndPoint
The server-side endpoint to connect to.
See Also