|
SecureServiceHostFactoryCreateServiceHost(Type, Uri) Method
|
Namespace: GSF.ServiceModel.ActivationAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.207-beta
Syntax Protected Overrides Function CreateServiceHost (
serviceType As Type,
baseAddresses As Uri()
) As ServiceHost
protected:
virtual ServiceHost^ CreateServiceHost(
Type^ serviceType,
array<Uri^>^ baseAddresses
) override
function CreateServiceHost(serviceType, baseAddresses);
View SourceParameters
- serviceType Type
- Specifies the type of WCF service to host.
- baseAddresses Uri
- An array of base addresses for the service.
Return Value
ServiceHostNew
ServiceHost.
See Also