Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Server.WebServer
- WeOnlyDo.Server.WebHeader
- WeOnlyDo.Server.WebHeaders
- WeOnlyDo.Server.WebRequest
- WeOnlyDo.Server.WebResponse
- WeOnlyDo.Server.WebSessions
- WeOnlyDo.Server.WebSessionVar
- WeOnlyDo.Server.WebSessionVars
- WeOnlyDo.Server.WebUpload
- WeOnlyDo.Server.WebUploads
- WeOnlyDo.Server.WebUser
- WeOnlyDo.Server.WebUsers
- How to get support?
Timeout property
Timeout value, in seconds.
Type
IntegerSyntax
- 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).