ServiceHost Constructor
.NET Framework (current version)
Initializes a new instance of the ServiceHost class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | ServiceHost() | Initializes a new instance of the ServiceHost class. |
![]() | ServiceHost(Object^, array<Uri^>^) | Initializes a new instance of the ServiceHost class with the instance of the service and its base addresses specified. |
![]() | ServiceHost(Type^, array<Uri^>^) | Initializes a new instance of the ServiceHost class with the type of service and its base addresses specified. |
Show:

