Click or drag to resize

StreamSocketCreateArgs Class

Arguments for a stream socket create event.
Inheritance Hierarchy
SystemObject
  FM.IceLinkStreamSocketCreateArgs

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

The StreamSocketCreateArgs type exposes the following members.

Constructors
  NameDescription
Public methodStreamSocketCreateArgs
Initializes a new instance of the StreamSocketCreateArgs class.
Top
Properties
  NameDescription
Public propertyIPv6
Gets or sets a value indicating whether the socket should support IPv6.
Public propertySecure
Gets or sets a value indicating whether the socket should be secured.
Public propertyServer
Gets or sets a value indicating whether the socket should accept incoming connections.
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