Gets or sets a value indicating whether keep-alive packets are ignored
when determining whether the client session has been idle.
Namespace:
Rebex.Net.Servers.Core
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
Visual Basic |
---|
Public Property IgnoreKeepAlive As Boolean Get Set |
C# |
---|
public bool IgnoreKeepAlive { get; set; } |
Remarks
When set to 'true', client is considered idle if no data has been transferred
for a period specified by MaxIdleDuration.