The ServerSettings type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAllowedAuthenticationMethods
Gets or sets authentication methods that server users can use by default. This can be overriden by PreAuthentication event handler. Please note that authentication methods must be enabled at the SSH level using Settings / AuthenticationMethods as well.
Public propertySupported by the .NET Compact FrameworkBanner
Gets or sets the banner message announced to the client before authentication.
Public propertySupported by the .NET Compact FrameworkIgnoreKeepAlive
Gets or sets a value indicating whether keep-alive packets are ignored when determining whether the client session has been idle.
Public propertySupported by the .NET Compact FrameworkKeepAlivePeriod
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.
Public propertySupported by the .NET Compact FrameworkKeepSessionsAlive
Gets or sets a value indicating whether to keep active sessions running when the server is stopped.
Public propertySupported by the .NET Compact FrameworkMaxAuthenticationAttempts
Gets or sets maximum number of authentication retry attempts on a single session.
Public propertySupported by the .NET Compact FrameworkMaxIdleDuration
Gets or sets maximum duration of an idle session (in seconds) before it is closed by the server.
Public propertySupported by the .NET Compact FrameworkMaxPendingConnectionsQueueLength
Specifies the maximum length of the pending connections queue.
Public propertySupported by the .NET Compact FrameworkMaxSessionDuration
Gets or sets maximum duration of a session (in seconds). When this duration expires, a session renegotiation occurs.
Public propertySupported by the .NET Compact FrameworkMaxSessionTransferredBytes
Gets or sets maximum number of bytes transferred during a session. When this value is reached, a session renegotiation occurs.

See Also