[This is preliminary documentation and is subject to change.]
Provides the ability to change run-time property values or insert custom extension objects such as error handlers, message or parameter interceptors, security extensions, and other custom extension objects.
Namespace:
QPulseWebServices.Core.ExceptionHandlingAssembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.0.590.81
Syntax
| C# |
|---|
public void ApplyDispatchBehavior( ServiceDescription serviceDescription, ServiceHostBase serviceHostBase ) |
Parameters
- serviceDescription
- Type: System.ServiceModel.Description..::.ServiceDescription
The service description.
- serviceHostBase
- Type: System.ServiceModel..::.ServiceHostBase
The host that is currently being built.