FileServerSettings.KeepAlivePeriod Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
KeepAlivePeriod
Gets or sets keep-alive period (in seconds). If the session has been inactive for the specified period, a a keep-alive packet is send to ensure it stays active. Inherited from ServerSettings.
Declaration
public int KeepAlivePeriod { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
Setting the value to 0 or -1 disables keep-alive packets. Minimum allowed period is 30 seconds.