ServiceActivationElement Constructor (String^, String^, String^)
.NET Framework (current version)
Configures a new instance of the ServiceActivationElement class with the specified service to be activated, its relative address, and the system path name of a factory that generates a service activation element.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public:
ServiceActivationElement(
String^ relativeAddress,
String^ service,
String^ factory
)
Parameters
- relativeAddress
-
Type:
System::String^
A URL location that requires being reference from a base address.
- service
-
Type:
System::String^
The service application being activated.
- factory
-
Type:
System::String^
The CLR type name of the factory that generates a service activation element.
.NET Framework
Available since 4.0
Available since 4.0
Show: