ServerSettings Class
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9448)
File server settings.
Syntax
public class ServerSettings
Inherited Members
Properties
| Name | Description |
|---|---|
|
Allowed |
Gets or sets authentication methods that server users can use by default.
This can be overriden by Pre |
| Banner | Gets or sets the banner message announced to the client before authentication. |
|
Ignore |
Gets or sets a value indicating whether keep-alive packets are ignored when determining whether the client session has been idle. |
|
Keep |
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. |
|
Keep |
Gets or sets a value indicating whether to keep active sessions running when the server is stopped. |
|
Max |
Gets or sets maximum number of authentication retry attempts on a single session. |
|
Max |
Gets or sets maximum duration of SSH authentication (in seconds) before the session is closed by the server. |
|
Max |
Gets or sets maximum duration of an idle session (in seconds) before it is closed by the server. |
|
Max |
Specifies the maximum length of the pending connections queue. |
|
Max |
Gets or sets maximum duration of a session (in seconds). When this duration expires, a session renegotiation occurs. |
|
Max |
Gets or sets maximum number of bytes transferred during a session. When this value is reached, a session renegotiation occurs. |
|
Receive |
Gets or sets a value (in bytes) that specifies the size of the buffer for incoming data. |
|
Send |
Gets or sets a value (in bytes) that specifies the size of the buffer for outgoing data. |