WebGetAttribute.IOperationBehavior.ApplyClientBehavior Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Implements the ApplyClientBehavior(OperationDescription, ClientOperation) method.
Namespace: System.ServiceModel.Web
Assembly: System.ServiceModel.Web.Extensions (in System.ServiceModel.Web.Extensions.dll)
Syntax
'Declaration
Private Sub ApplyClientBehavior ( _
operationDescription As OperationDescription, _
clientOperation As ClientOperation _
) Implements IOperationBehavior.ApplyClientBehavior
void IOperationBehavior.ApplyClientBehavior(
OperationDescription operationDescription,
ClientOperation clientOperation
)
Parameters
- operationDescription
Type: System.ServiceModel.Description.OperationDescription
The operation description.
- clientOperation
Type: System.ServiceModel.Dispatcher.ClientOperation
The client operation.
Implements
IOperationBehavior.ApplyClientBehavior(OperationDescription, ClientOperation)
Remarks
This method does nothing because the WebGetAttribute attribute is a passive operation behavior.
Version Information
Silverlight
Supported in: 5, 4
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.