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

ObexTransportConnection Class

Adds OBEX connection features to the class, i.e. knows the IrDA “Service Name”, Bluetooth UUID etc for the OBEX service being used.

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

System.Object
   Brecham.Obex.Net.TransportConnection
      Brecham.Obex.Net.ObexTransportConnection
         Brecham.Obex.Net.ObexSessionConnection

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

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

ObexTransportConnection Members | Brecham.Obex.Net Namespace