Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DeliveryRequirementsAttribute::IContractBehavior::ApplyDispatchBehavior Method (ContractDescription^, ServiceEndpoint^, DispatchRuntime^)

 

Implementation of the IContractBehavior::ApplyDispatchBehavior method that enables service support.

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

private:
virtual void ApplyDispatchBehavior(
	ContractDescription^ description,
	ServiceEndpoint^ endpoint,
	DispatchRuntime^ dispatch
) sealed = IContractBehavior::ApplyDispatchBehavior

Parameters

description
Type: System.ServiceModel.Description::ContractDescription^

The contract description to which the behavior is attached.

endpoint
Type: System.ServiceModel.Description::ServiceEndpoint^

The endpoint for the contract.

dispatch
Type: System.ServiceModel.Dispatcher::DispatchRuntime^

The dispatch runtime that supports the endpoint.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft