Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ServiceHost Constructor ()

 

Initializes a new instance of the ServiceHost class.

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

protected:
ServiceHost()

There are two constructors used to create an instance of the ServiceHost class. Use the ServiceHost(Type^, array<Uri^>^) constructor which takes the service type as an input parameter, most of the time. The host can use this to create new services as needed. Use the ServiceHost(Object^, array<Uri^>^) constructor instead only when you want the service host to use a specific singleton instance of the service.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft