Initializes a new instance of GuiObexSessionConnection.
Initializes a new instance of GuiObexSessionConnection to connect using the specified protocol, and optionally to the Folder-Browsing service.
public GuiObexSessionConnection(ProtocolFamily,bool);
Initializes a new instance of GuiObexSessionConnection to connect using the specified protocol, and optionally to the Folder-Browsing service. Displays status messages on the specified Forms Control.
public GuiObexSessionConnection(ProtocolFamily,bool,Control);
Initializes a new instance of GuiObexSessionConnection to connect using the specified protocol, and optionally to the Folder-Browsing service. Displays status messages on the specified Forms ToolStripItem.
public GuiObexSessionConnection(ProtocolFamily,bool,ToolStripItem);
GuiObexSessionConnection Class | Brecham.Obex.Net Namespace