HttpMethodOverrideBehaviorApplyClientBehavior Method |
Implements a modification or extension of the client 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 ApplyClientBehavior(
ServiceEndpoint endpoint,
ClientRuntime clientRuntime
)
Public Sub ApplyClientBehavior (
endpoint As ServiceEndpoint,
clientRuntime As ClientRuntime
)
public:
virtual void ApplyClientBehavior(
ServiceEndpoint^ endpoint,
ClientRuntime^ clientRuntime
) sealed
abstract ApplyClientBehavior :
endpoint : ServiceEndpoint *
clientRuntime : ClientRuntime -> unit
override ApplyClientBehavior :
endpoint : ServiceEndpoint *
clientRuntime : ClientRuntime -> unit
Parameters
- endpoint ServiceEndpoint
- The endpoint that is to be customized.
- clientRuntime ClientRuntime
- The client runtime to be customized.
Implements
IEndpointBehaviorApplyClientBehavior(ServiceEndpoint, ClientRuntime)
See Also