PortRange Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
PortRange(Int32)
Creates a port range that includes a single port.
Declaration
public PortRange(int port)
Parameters
Type | Name | Description |
---|---|---|
Int32 | port | Port |
PortRange(Int32, Int32)
Creates a port range.
Declaration
public PortRange(int portMin, int portMax)
Parameters
Type | Name | Description |
---|---|---|
Int32 | portMin | Low bound of the range. |
Int32 | portMax | High bound of the range. |