Click or drag to resize

FormatSpecificationBehaviorApplyClientBehavior Method

Implements a modification or extension of the client across an endpoint.

Namespace: GSF.ServiceModel.Activation
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public void ApplyClientBehavior(
	ServiceEndpoint endpoint,
	ClientRuntime clientRuntime
)
View Source

Parameters

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

Implements

IEndpointBehaviorApplyClientBehavior(ServiceEndpoint, ClientRuntime)
See Also