ServiceRoute Constructor (String^, ServiceHostFactoryBase^, Type^)
.NET Framework (current version)
Initializes a new instance of the ServiceRoute class with the specified route prefix, service host factory, and service type.
Assembly: System.ServiceModel.Activation (in System.ServiceModel.Activation.dll)
public:
ServiceRoute(
String^ routePrefix,
ServiceHostFactoryBase^ serviceHostFactory,
Type^ serviceType
)
Parameters
- routePrefix
-
Type:
System::String^
The route prefix.
- serviceHostFactory
-
Type:
System.ServiceModel.Activation::ServiceHostFactoryBase^
An instance of the ServiceHostFactory class.
- serviceType
-
Type:
System::Type^
The service type.
.NET Framework
Available since 4.0
Available since 4.0
Show: