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

Parameters

serverEndPoint
Type: OnlineSystem.Net IPEndPoint
The server-side endpoint of the connection.
See Also