FileServerSettings.IgnoreKeepAlive Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
IgnoreKeepAlive
Gets or sets a value indicating whether keep-alive packets are ignored when determining whether the client session has been idle. Inherited from ServerSettings.
Declaration
public bool IgnoreKeepAlive { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
When set to 'true', client is considered idle if no data has been transferred for a period specified by MaxIdleDuration.