|
RadiusClientReponseTimeout Property
|
Gets or sets the time (in milliseconds) to wait for a response from server after sending a request.
Namespace: GSF.Communication.RadiusAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.207-beta
Syntax public int ReponseTimeout { get; set; }
Public Property ReponseTimeout As Integer
Get
Set
public:
property int ReponseTimeout {
int get ();
void set (int value);
}
member ReponseTimeout : int with get, set
function get_ReponseTimeout();
function set_ReponseTimeout(value);
View SourceProperty Value
Int32Return Value
Int32Time (in milliseconds) to wait for a response from server after sending a request.
See Also