Click or drag to resize

HttpMethodOverrideBehaviorApplyClientBehavior Method

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: 24.5.0.0 (24.5.0.0)
Syntax
public void ApplyClientBehavior(
	ServiceEndpoint endpoint,
	ClientRuntime clientRuntime
)

Parameters

endpoint  ServiceEndpoint
The endpoint that is to be customized.
clientRuntime  ClientRuntime
The client runtime to be customized.

Implements

IEndpointBehaviorApplyClientBehavior(ServiceEndpoint, ClientRuntime)
See Also