Creates a port range.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Sub New ( _
	portMin As Integer, _
	portMax As Integer _
)
C#
public PortRange(
	int portMin,
	int portMax
)

Parameters

portMin
Type: System..::..Int32
Low bound of the range.
portMax
Type: System..::..Int32
High bound of the range.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also