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

GuiObexSessionConnection Constructor

Initializes a new instance of GuiObexSessionConnection.

Overload List

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);

See Also

GuiObexSessionConnection Class | Brecham.Obex.Net Namespace