WebHttpBehavior::ApplyDispatchBehavior Method (ServiceEndpoint^, EndpointDispatcher^)

 

Implements the ApplyDispatchBehavior(ServiceEndpoint^, EndpointDispatcher^) method to support modification or extension of the client across an endpoint.

Namespace:   System.ServiceModel.Description
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.

.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Return to top
Show: