DeliveryRequirementsAttribute::IContractBehavior::ApplyDispatchBehavior Method (ContractDescription^, ServiceEndpoint^, DispatchRuntime^)
.NET Framework (current version)
Implementation of the IContractBehavior::ApplyDispatchBehavior method that enables service support.
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
Available since 3.0
Show: