Click or drag to resize
RESTSecurityInvokerApplyClientBehavior Method
Not needed, remains empty, does nothing.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax
C#
public void ApplyClientBehavior(
	OperationDescription operationDescription,
	ClientOperation clientOperation
)

Parameters

operationDescription
Type: System.ServiceModel.DescriptionOperationDescription
Operation description
clientOperation
Type: System.ServiceModel.DispatcherClientOperation
Client operation

Implements

IOperationBehaviorApplyClientBehavior(OperationDescription, ClientOperation)
See Also