Initialize a new UriObexSessionConnection to connect to the specified OBEX Server.
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);
UriObexSessionConnection Class | Brecham.Obex.Net Namespace