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

UriObexSessionConnection Constructor (String, IrDAAddress)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal scheme As String, _
   ByVal deviceAddress As IrDAAddress _
)
[C#]
public UriObexSessionConnection(
   string scheme,
   IrDAAddress deviceAddress
);

Parameters

scheme
One of the following: obex, obex-push, or obex-ftp.
deviceAddress
The network address of the OBEX server, as a IrDAAddress.

See Also

UriObexSessionConnection Class | Brecham.Obex.Net Namespace | UriObexSessionConnection Constructor Overload List