ServiceActivationElement Constructor (String^, String^)

.NET Framework (current version)
 

Configures a new instance of the ServiceActivationElement class that includes the specified service to be activated and its relative address.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
ServiceActivationElement(
	String^ relativeAddress,
	String^ service
)

Parameters

relativeAddress
Type: System::String^

A URL location that requires being referenced from a base address.

service
Type: System::String^

The service application that becomes activated.

.NET Framework
Available since 4.0
Return to top
Show: