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

ObexSessionConnection Properties

The properties of the ObexSessionConnection class are listed below. For a complete list of ObexSessionConnection class members, see the ObexSessionConnection Members topic.

Public Instance Properties

Client (inherited from TransportConnection) Gets the underlying Socket.
Connected (inherited from TransportConnection) Gets whether the connection has been made.
MaxSendSize Set the size to restrict our sends to.
ObexBufferSize Gets or set the size of buffer that the ObexClientSession will be instantiated with. That is, as passed to its constructor’s bufferSize parameter.
ObexClientSession Gets the connected ObexClientSession.
PeerStream (inherited from TransportConnection) Returns the NetworkStream used to send and receive data.
RequestedRemoteAddress (inherited from TransportConnection) Gets the remote address to which that the user requested a connection.

See Also

ObexSessionConnection Class | Brecham.Obex.Net Namespace