RemotePort Property
The port for the RADIUS server (default is 1812).
Syntax
[VB.NET] Public Property RemotePort As Integer
[C#] public int RemotePort {get; set;}
Remarks
The RemotePort is the UDP port to which requests will be made. The default value is 1812. Port 1645 is also commonly used.
Default Value
1812