WebServiceHost Constructor (Type^, array<Uri^>^)
.NET Framework (current version)
Initializes a new instance of the WebServiceHost class with the specified service type and base address.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
Parameters
- serviceType
-
Type:
System::Type^
The service type.
- baseAddresses
-
Type:
array<System::Uri^>^
The base address of the service.
The baseAddresses parameter can consist of one or more base addresses.
.NET Framework
Available since 3.5
Available since 3.5
Show: