Gets or sets the local TCP port range to which to bind the connections.

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

Syntax

Visual Basic
Public Property LocalPortRange As PortRange
	Get
	Set
C#
public PortRange LocalPortRange { get; set; }

Field Value

The port range.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also