PortRange Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Represents a TCP/IP port range.
Syntax
public class PortRange
Inherited Members
Constructors
Name | Description |
---|---|
PortRange(Int32) | Creates a port range that includes a single port. |
PortRange(Int32, Int32) | Creates a port range. |
Fields
Name | Description |
---|---|
Any | Specifies a port range that makes the OS assign an available port number. |
Methods
Name | Description |
---|---|
ToString() | Returns the string representation of the port range. |