ServiceHostBase Constructor ()

 

Initializes a new instance of the ServiceHostBase class.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

protected:
ServiceHostBase()

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

.NET Framework
Available since 3.0
Return to top
Show: