Gets or sets the destination of sent packets when using TransportType.Tcp.

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

See Also