TcpConnection Client Property Bespoke Osc Library
Gets the associated socket.

Namespace: Bespoke.Common.Net
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public ReadOnly Property Client As Socket 
	Get
Remarks

This property is primarily useful for manual data handling. If you employ inline data handling through the ReceiveDataAsynchronously method, you should attach a handler to the DataReceived event to process incoming messages.
See Also