Class IcePortRange
An ICE port range.
Inheritance
System.Object
IcePortRange
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class IcePortRange : object
Constructors
IcePortRange()
Initializes a new instance of the IcePortRange class.
Declaration
public IcePortRange()
IcePortRange(Int32)
Initializes a new instance of the IcePortRange class.
Declaration
public IcePortRange(int minimum)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | minimum | The minimum port value. |
IcePortRange(Int32, Int32)
Initializes a new instance of the IcePortRange class.
Declaration
public IcePortRange(int minimum, int maximum)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | minimum | The minimum port value. |
System.Int32 | maximum | The maximum port value. |
Properties
Maximum
Gets the maximum port value. Defaults to 65535.
Declaration
public int Maximum { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Minimum
Gets the minimum port value. Defaults to 49152.
Declaration
public int Minimum { get; }
Property Value
Type | Description |
---|---|
System.Int32 |