|
RadiusClientRequestAttempts Property
|
Gets or sets the number of time a request is to sent to the server until a valid response is received.
Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax public short RequestAttempts { get; set; }
Public Property RequestAttempts As Short
Get
Set
public:
property short RequestAttempts {
short get ();
void set (short value);
}
member RequestAttempts : int16 with get, set
function get_RequestAttempts();
function set_RequestAttempts(value);
View SourceProperty Value
Int16Return Value
Int16Number of time a request is to sent to the server until a valid response is received.
See Also