Click or drag to resize
IAutoConfigWebServer Interface
The interface for a singleton object that automatically applies configuration settings to an IWebServer.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAutoConfigWebServer : ISingleton<IAutoConfigWebServer>, 
	IDisposable

The IAutoConfigWebServer type exposes the following members.

Properties
  NameDescription
Public propertySingleton
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.)
Public propertyWebServer
Gets the web server that this object is applying configuration settings to.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInitialise
Initialises the WebServer property and hooks events to pick up changes in configuration.
Top
See Also