HttpMethodOverrideBehaviorApplyDispatchBehavior Method |
Add a modification or extension of the service across an endpoint.
Namespace: Scanjour.Workflow4.Web.Services.ExtensibilityAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic void ApplyDispatchBehavior(
ServiceEndpoint endpoint,
EndpointDispatcher endpointDispatcher
)
Public Sub ApplyDispatchBehavior (
endpoint As ServiceEndpoint,
endpointDispatcher As EndpointDispatcher
)
public:
virtual void ApplyDispatchBehavior(
ServiceEndpoint^ endpoint,
EndpointDispatcher^ endpointDispatcher
) sealed
abstract ApplyDispatchBehavior :
endpoint : ServiceEndpoint *
endpointDispatcher : EndpointDispatcher -> unit
override ApplyDispatchBehavior :
endpoint : ServiceEndpoint *
endpointDispatcher : EndpointDispatcher -> unit
Parameters
- endpoint ServiceEndpoint
[Missing <param name="endpoint"/> documentation for "M:Scanjour.Workflow4.Web.Services.Extensibility.HttpMethodOverrideBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)"]
- endpointDispatcher EndpointDispatcher
[Missing <param name="endpointDispatcher"/> documentation for "M:Scanjour.Workflow4.Web.Services.Extensibility.HttpMethodOverrideBehavior.ApplyDispatchBehavior(System.ServiceModel.Description.ServiceEndpoint,System.ServiceModel.Dispatcher.EndpointDispatcher)"]
Implements
IEndpointBehaviorApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher)
See Also