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

GuiObexSessionConnection Constructor (ProtocolFamily, Boolean)

Initializes a new instance of GuiObexSessionConnection to connect using the specified protocol, and optionally to the Folder-Browsing service.

[Visual Basic]
Overloads Public Sub New( _
   ByVal protocol As ProtocolFamily, _
   ByVal fbService As Boolean _
)
[C#]
public GuiObexSessionConnection(
   ProtocolFamily protocol,
   bool fbService
);

Parameters

protocol
A ProtocolFamily specifying the protocol to use to connect, for instance Irda.
fbService
Whether to connect to the OBEX Folder-Browsing service, if false the connection will be to the default Inbox service.

See Also

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