ServiceHost Constructor ()
.NET Framework (current version)
Initializes a new instance of the ServiceHost class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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
Available since 3.0
Show: