ServiceHostBase Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ServiceHostBase.

protected:
 ServiceHostBase();
protected ServiceHostBase ();
Protected Sub New ()

Przykłady

ServiceHost hostDefault = new
 ServiceHost(typeof(CalculatorService));

Dotyczy