Click or drag to resize

DatagramSocketCreateArgs Class

Arguments for a datagram socket create event.
Inheritance Hierarchy
SystemObject
  FM.IceLinkDatagramSocketCreateArgs

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The DatagramSocketCreateArgs type exposes the following members.

Constructors
  NameDescription
Public methodDatagramSocketCreateArgs
Initializes a new instance of the DatagramSocketCreateArgs class.
Top
Properties
  NameDescription
Public propertyIPv6
Gets or sets a value indicating whether the socket should support IPv6.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also