Brecham.Obex — An OBEX library for the .NET Framework

TransportConnection.Client Property

Gets the underlying Socket.

[Visual Basic]
Public ReadOnly Property Client As Socket
[C#]
public System.Net.Sockets.Socket Client {get;}

Remarks

In many cases the instance will represent a upper-layer connection, most often OBEX, in that case the upper-layer connection feature should be used instead of the Socket directly.

See Also

TransportConnection Class | Brecham.Obex.Net Namespace