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

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

See Also