The FileServer type exposes the following members.

Properties

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

See Also