Bespoke Open Sound Control Library
Client Property
NamespacesBespoke.Common.OscOscPacketClient
Gets or sets the destination of sent packets when using TransportType.Tcp.
Declaration Syntax
C#Visual BasicVisual C++
public OscClient Client { get; set; }
Public Property Client As OscClient
public:
property OscClient^ Client {
	OscClient^ get ();
	void set (OscClient^ value);
}

Assembly: Bespoke.Common.Osc (Module: Bespoke.Common.Osc) Version: 4.3.0.0 (4.3.0.0)