Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PortRange

Properties

Functions

Properties

max

max: number

The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

min

min: number

The minimum port number, which must not be greater than the maximum port number. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: PortRange): object

getJsonObj