Creates a new instance of OscServer.

C# | Visual Basic | Visual C++ |
public OscServer( TransportType transportType, int port )
Public Sub New ( _ transportType As TransportType, _ port As Integer _ )
public: OscServer( TransportType transportType, int port )

- transportType (TransportType)
- The underlying transport protocol.
- port (Int32)
- The UDP port to bind to.

Uses the local Loopback address. TransmissionType.Unicast.