|
FormatSpecificationBehaviorApplyClientBehavior Method
|
Implements a modification or extension of the client across an endpoint.
Namespace: GSF.ServiceModel.ActivationAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.246-beta
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
function ApplyClientBehavior(endpoint, clientRuntime);
View SourceParameters
- endpoint ServiceEndpoint
- The endpoint that is to be customized.
- clientRuntime ClientRuntime
- The client runtime to be customized.
Implements
IEndpointBehaviorApplyClientBehavior(ServiceEndpoint, ClientRuntime)
See Also