DataServiceHostFactory::CreateServiceHost Method (Type^, array<Uri^>^)
.NET Framework (current version)
Creates a new DataServiceHost from the URI.
Assembly: System.Data.Services (in System.Data.Services.dll)
protected: virtual ServiceHost^ CreateServiceHost( Type^ serviceType, array<Uri^>^ baseAddresses ) override
Parameters
- serviceType
-
Type:
System::Type^
Specifies the type of WCF service to host.
- baseAddresses
-
Type:
array<System::Uri^>^
An array of base addresses for the service.
.NET Framework
Available since 3.5
Available since 3.5
Show: