WebServerSettings Class |
Namespace: VirtualRadar.Interface.Settings
The WebServerSettings type exposes the following members.
Name | Description | |
---|---|---|
WebServerSettings |
Creates a new object.
|
Name | Description | |
---|---|---|
AdministratorUserIds |
Gets the list of users that are considered to be administrators of the site.
| |
AuthenticationScheme |
Gets or sets the authentication scheme that the server will employ for new connections.
| |
AutoStartUPnP |
Gets or sets a value indicating that server should automatically go onto the Internet when the program first starts up.
| |
BasicAuthenticationPasswordHash |
Gets or sets the hash of the password for the basic authentication user.
| |
BasicAuthenticationUser |
Gets or sets the user for basic authentication.
| |
BasicAuthenticationUserIds |
Gets the list of users that can log onto the site when Basic Authentication is
switched on.
| |
ConvertedUser |
Gets or sets a value indicating that the BasicAuthenticationUser and
BasicAuthenticationPasswordHash have been converted to an IUser
and are now managed by the IUserManager.
| |
EnableUPnp |
Gets or sets a value indicating that the server is allowed to control UPnP NAT routers.
| |
IsOnlyInternetServerOnLan |
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.
| |
UPnpPort |
Gets or sets the port number that the UPnP NAT router will listen on for traffic to forward to VRS.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnPropertyChanged |
Raises PropertyChanged.
| |
SetFieldT |
Sets the field's value and raises PropertyChanged.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
PropertyChanged |
See interface docs.
|