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

GuiObexSessionConnection Members

GuiObexSessionConnection overview

Public Instance Constructors

GuiObexSessionConnection Overloaded. Initializes a new instance of GuiObexSessionConnection.

Public Instance Properties

Client (inherited from TransportConnection) Gets the underlying Socket.
Connected (inherited from TransportConnection) Gets whether the connection has been made.
MaxSendSize (inherited from ObexSessionConnection) Set the size to restrict our sends to.
ObexBufferSize (inherited from ObexSessionConnection) 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 (inherited from ObexSessionConnection) 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.

Public Instance Methods

Close (inherited from TransportConnection) Closes any connections and releases all resources used by the TransportConnection.
Connect (inherited from TransportConnection) Connects to the configured transport layer endpoint, and optionally service.
Dispose (inherited from TransportConnection) Closes any connections and releases all resources used by the TransportConnection.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

GuiObexSessionConnection Class | Brecham.Obex.Net Namespace