Click or drag to resize

IcePortRange Class

An ICE port range.
Inheritance Hierarchy
SystemObject
  FM.IceLinkIcePortRange

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

The IcePortRange type exposes the following members.

Constructors
  NameDescription
Public methodIcePortRange
Initializes a new instance of the IcePortRange class.
Public methodIcePortRange(Int32)
Initializes a new instance of the IcePortRange class.
Public methodIcePortRange(Int32, Int32)
Initializes a new instance of the IcePortRange class.
Top
Properties
  NameDescription
Public propertyMaximum
Gets the maximum port value. Defaults to 65535.
Public propertyMinimum
Gets the minimum port value. Defaults to 49152.
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