WebHttpBehavior::ApplyDispatchBehavior Method (ServiceEndpoint^, EndpointDispatcher^)
.NET Framework (current version)
Implements the ApplyDispatchBehavior(ServiceEndpoint^, EndpointDispatcher^) method to support modification or extension of the client across an endpoint.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
public: virtual void ApplyDispatchBehavior( ServiceEndpoint^ endpoint, EndpointDispatcher^ endpointDispatcher )
Parameters
- endpoint
-
Type:
System.ServiceModel.Description::ServiceEndpoint^
The endpoint that exposes the contract.
- endpointDispatcher
-
Type:
System.ServiceModel.Dispatcher::EndpointDispatcher^
The endpoint dispatcher to which the behavior is applied.
As part of this method, GetRequestDispatchFormatter(OperationDescription^, ServiceEndpoint^) and GetReplyDispatchFormatter(OperationDescription^, ServiceEndpoint^) are called for each operation to determine the IDispatchMessageFormatter to install.
.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Available since 3.5
Silverlight
Available since 4.0
Show: