C# Class Wave.ServiceHosting.IIS.AutoStartProvider

Configured to force a request to the host app so that it wakes up and restarts the Wave host when a application pool cycles.
Inheritance: IProcessHostPreloadClient
Afficher le fichier Open project: WaveServiceBus/WaveServiceBus

Méthodes publiques

Méthode Description
Preload ( string parameters ) : void

Makes a web request to the host application so that it wakes up and starts

Private Methods

Méthode Description
GetBindings ( ) : string>>.IEnumerable

Retrieves IIS bindings, used to figure out the scheme and port the host is running on

Method Details

Preload() public méthode

Makes a web request to the host application so that it wakes up and starts
public Preload ( string parameters ) : void
parameters string
Résultat void