HttpMethodOverrideBehaviorApplyClientBehavior Method

Scanjour Workflow4 Reference Manual
Implements a modification or extension of the client across an endpoint.

Namespace:  Scanjour.Workflow4.Web.Services.Extensibility
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public void ApplyClientBehavior(
	ServiceEndpoint endpoint,
	ClientRuntime clientRuntime
)

Parameters

endpoint
Type: System.ServiceModel.DescriptionServiceEndpoint
The endpoint that is to be customized.
clientRuntime
Type: System.ServiceModel.DispatcherClientRuntime
The client runtime to be customized.

Implements

IEndpointBehaviorApplyClientBehavior(ServiceEndpoint, ClientRuntime)
See Also

Reference