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

UriObexSessionConnection Constructor

Initialize a new UriObexSessionConnection to connect to the specified OBEX Server.

Overload List

Initialize a new UriObexSessionConnection to connect to the OBEX Server as specified in the Bluetooth device address.

public UriObexSessionConnection(string,BluetoothAddress);

Initialize a new UriObexSessionConnection to connect to the OBEX Server as specified in the IrDA device address.

public UriObexSessionConnection(string,IrDAAddress);

Initialize a new UriObexSessionConnection to connect to the OBEX Server as specified in the device address string.

public UriObexSessionConnection(string,string);

Initialize a new UriObexSessionConnection to connect to the OBEX Server as specified in the given URL.

public UriObexSessionConnection(Uri);

See Also

UriObexSessionConnection Class | Brecham.Obex.Net Namespace