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

ObexTransportConnection Members

ObexTransportConnection overview

Public Static (Shared) Fields

ObexDefaultService The Service identifier for the OBEX default Inbox service.
ObexFtpService The Service identifier for the OBEX Folder-Browsing service.
ObexPushService The Service identifier for the OBEX 'push' service.

Public Instance Properties

Client (inherited from TransportConnection) Gets the underlying Socket.
Connected (inherited from TransportConnection) Gets whether the connection has been made.
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

ObexTransportConnection Class | Brecham.Obex.Net Namespace