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.169 -- Release Build+ac7d9b6b95c90919e0d9e684462efdeb467e30f6
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.