RadiusClientServerPort Property
Gets or sets the port number of the RADIUS server.
Namespace: Gemstone.Communication.RadiusAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.170 -- Release Build+0de4928b883f48a5045f86560a62945d4dca4aef
public int ServerPort { get; set; }
Public Property ServerPort As Integer
Get
Set
public:
property int ServerPort {
int get ();
void set (int value);
}
function get_ServerPort();
function set_ServerPort(value);
Int32Int32Port number of the RADIUS server.