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

ProtocolComboBox Class

Represents a Windows ComboBox for selecting a ProtocolFamily.

For a list of all members of this type, see ProtocolComboBox Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     Brecham.Obex.Net.Forms.ProtocolComboBox

[Visual Basic]
Public Class ProtocolComboBox
    Inherits UserControl
[C#]
public class ProtocolComboBox : UserControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This will currently allow sekection from Bluetooth, IrDA, and TCP/IP. The SelectedProtocol property returning respectively 0x20 (&H20 in Visual Basic), System.Net.Sockets.ProtocolFamily.Irda, or System.Net.Sockets.ProtocolFamily.InterNetwork.

Requirements

Namespace: Brecham.Obex.Net.Forms

Assembly: TransportConnection (in TransportConnection.dll)

See Also

ProtocolComboBox Members | Brecham.Obex.Net.Forms Namespace