RadiusClientRequestAttempts Property
Gets or sets the number of time a request is to sent to the server until a valid response is received.
Namespace: Gemstone.Communication.RadiusAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.167 -- Release Build+528e823bf6bd0c5df281ead96b7b4f5bff9205dc
public short RequestAttempts { get; set; }
Public Property RequestAttempts As Short
Get
Set
public:
property short RequestAttempts {
short get ();
void set (short value);
}
function get_RequestAttempts();
function set_RequestAttempts(value);
Int16Int16Number of time a request is to sent to the server until a valid response is received.