[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.ExceptionHandling
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.100.7610.0

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.

Implements

IServiceBehavior..::..ApplyDispatchBehavior(ServiceDescription, ServiceHostBase)

See Also