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

ObexSessionConnection Class

Adds OBEX server connection features to the class, i.e. knows the Target header for the service being used, and provides access to the connected ObexClientSession.

For a list of all members of this type, see ObexSessionConnection Members.

System.Object
   Brecham.Obex.Net.TransportConnection
      Brecham.Obex.Net.ObexTransportConnection
         Brecham.Obex.Net.ObexSessionConnection
            Brecham.Obex.Net.ConsoleMenuObexSessionConnection
            Brecham.Obex.Net.GuiObexSessionConnection
            Brecham.Obex.Net.UriObexSessionConnection

[Visual Basic]
MustInherit Public Class ObexSessionConnection
    Inherits ObexTransportConnection
[C#]
public abstract class ObexSessionConnection : ObexTransportConnection

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Brecham.Obex.Net

Assembly: TransportConnection (in TransportConnection.dll)

See Also

ObexSessionConnection Members | Brecham.Obex.Net Namespace