Gets the local port number the server is bound to.

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

Syntax

C#
public int Port { get; }
Visual Basic (Declaration)
Public ReadOnly Property Port As Integer
Visual C++
public:
property int Port {
	int get ();
}

See Also