C# Класс 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.
Наследование: IProcessHostPreloadClient
Показать файл Открыть проект

Открытые методы

Метод Описание
Preload ( string parameters ) : void

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

Приватные методы

Метод Описание
GetBindings ( ) : string>>.IEnumerable

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

Описание методов

Preload() публичный Метод

Makes a web request to the host application so that it wakes up and starts
public Preload ( string parameters ) : void
parameters string
Результат void