Click or drag to resize

RadiusClientReponseTimeout Property

Gets or sets the time (in milliseconds) to wait for a response from server after sending a request.

Namespace: GSF.Communication.Radius
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
public int ReponseTimeout { get; set; }
View Source

Property Value

Int32

Return Value

Int32
Time (in milliseconds) to wait for a response from server after sending a request.
See Also