ServiceHostBase Constructor

Definitie

Initialiseert een nieuw exemplaar van de ServiceHostBase klasse.

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

Voorbeelden

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

Van toepassing op