Back to product page

Timeout property


Timeout value, in seconds.

Type

Integer

Syntax

  • C#
  • VB.NET
Int32 Timeout {get; set; };

Property Timeout As Int32

Remarks

Timeout value specifies how many seconds must pass without any activity between the client and wodWebServer.NET server before wodWebServer.NET will disconnect user due to inactivity. Auto-disconnection is a measure of protection so there are no 'ghost' connections made between server and any open connections. If you don't want auto-disconnections to occur, set Timeout property to 0.

Timeout can be changed at any time, and it will immediately affect all connected users.

Default value for component is 120 (2 minutes).

Platforms

Windows