Gets the local IP endpoint 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 IPEndPoint IPEndPoint { get; }
Visual Basic (Declaration)
Public ReadOnly Property IPEndPoint As IPEndPoint
Visual C++
public:
property IPEndPoint^ IPEndPoint {
	IPEndPoint^ get ();
}

See Also