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.180 -- Release Build+08d6912e2ef04b50fea51940e3deb4c59e44fb6b
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.