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

Remarks

Not used for UDP multicast.

See Also