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: