The Server type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkBindings
Gets a read-only collection of server bindings.
Public propertySupported by the .NET Compact FrameworkIsRunning
Gets a value indicating whether the server is currently running.
Public propertySupported by the .NET Compact FrameworkKeys
Gets a collection of server keys.
Public propertySupported by the .NET Compact FrameworkLogWriter
Gets or sets the log writer used by this object.
Public propertySupported by the .NET Compact FrameworkModules
Gets an enumerator for currently bound modules.
Public propertySupported by the .NET Compact FrameworkSessions
Gets an enumerator for currently active sessions.
Public propertySupported by the .NET Compact FrameworkSettings
Gets server settings.
Public propertySupported by the .NET Compact FrameworkUsers
Gets a collection of users. Provides a simple user database which is used by default when no custom authentication has been defined.

See Also