Creates a port range that includes a single port.

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

Syntax

Visual Basic
Public Sub New ( _
	port As Integer _
)
C#
public PortRange(
	int port
)

Parameters

port
Type: System..::..Int32
Port

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also