[Missing <summary> documentation for "P:Bespoke.Common.Osc.OscClient.ServerIPAddress"]

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

See Also