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

UriObexSessionConnection Class

Connects to an Obex Server using the details of the peer as supplied in the specified URL.

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

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

[Visual Basic]
Public Class UriObexSessionConnection
    Inherits ObexSessionConnection
[C#]
public class UriObexSessionConnection : ObexSessionConnection

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

UriObexSessionConnection Members | Brecham.Obex.Net Namespace