Click or drag to resize
WebServerSettings Class
A class that holds the configuration of the web server.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.SettingsWebServerSettings

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class WebServerSettings : INotifyPropertyChanged

The WebServerSettings type exposes the following members.

Constructors
  NameDescription
Public methodWebServerSettings
Creates a new object.
Top
Properties
  NameDescription
Public propertyAdministratorUserIds
Gets the list of users that are considered to be administrators of the site.
Public propertyAuthenticationScheme
Gets or sets the authentication scheme that the server will employ for new connections.
Public propertyAutoStartUPnP
Gets or sets a value indicating that server should automatically go onto the Internet when the program first starts up.
Public propertyBasicAuthenticationPasswordHash
Gets or sets the hash of the password for the basic authentication user.
Public propertyBasicAuthenticationUser
Gets or sets the user for basic authentication.
Public propertyBasicAuthenticationUserIds
Gets the list of users that can log onto the site when Basic Authentication is switched on.
Public propertyConvertedUser
Gets or sets a value indicating that the BasicAuthenticationUser and BasicAuthenticationPasswordHash have been converted to an IUser and are now managed by the IUserManager.
Public propertyEnableUPnp
Gets or sets a value indicating that the server is allowed to control UPnP NAT routers.
Public propertyIsOnlyInternetServerOnLan
Gets or sets a value indicating that this is the only instance of VRS on the LAN that is allowed to respond to requests from the Internet.
Public propertyUPnpPort
Gets or sets the port number that the UPnP NAT router will listen on for traffic to forward to VRS.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
Raises PropertyChanged.
Protected methodSetFieldT
Sets the field's value and raises PropertyChanged.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
See interface docs.
Top
See Also