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

TransportConnection Class

The base class of a set of classes that handle connection to a service on a peer machine.

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

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

[Visual Basic]
MustInherit Public Class TransportConnection
    Implements IDisposable
[C#]
public abstract class TransportConnection : IDisposable

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.

Remarks

The base class of a set of classes that handle connection to a service on a peer machine. As well as connecting, they also handle disconnect and clean-up using the IDisposable pattern i.e. with the Dispose method.

Requirements

Namespace: Brecham.Obex.Net

Assembly: TransportConnection (in TransportConnection.dll)

See Also

TransportConnection Members | Brecham.Obex.Net Namespace