WebGetAttribute.IOperationBehavior.ApplyClientBehavior Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the ApplyClientBehavior(OperationDescription, ClientOperation) method.
virtual void System.ServiceModel.Description.IOperationBehavior.ApplyClientBehavior(System::ServiceModel::Description::OperationDescription ^ operationDescription, System::ServiceModel::Dispatcher::ClientOperation ^ clientOperation) = System::ServiceModel::Description::IOperationBehavior::ApplyClientBehavior;
virtual void System.ServiceModel.Description.IOperationBehavior.ApplyClientBehavior(System::ServiceModel::Description::OperationDescription ^ operation, System::ServiceModel::Dispatcher::ClientOperation ^ client) = System::ServiceModel::Description::IOperationBehavior::ApplyClientBehavior;
void IOperationBehavior.ApplyClientBehavior (System.ServiceModel.Description.OperationDescription operationDescription, System.ServiceModel.Dispatcher.ClientOperation clientOperation);
void IOperationBehavior.ApplyClientBehavior (System.ServiceModel.Description.OperationDescription operation, System.ServiceModel.Dispatcher.ClientOperation client);
abstract member System.ServiceModel.Description.IOperationBehavior.ApplyClientBehavior : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Dispatcher.ClientOperation -> unit
override this.System.ServiceModel.Description.IOperationBehavior.ApplyClientBehavior : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Dispatcher.ClientOperation -> unit
abstract member System.ServiceModel.Description.IOperationBehavior.ApplyClientBehavior : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Dispatcher.ClientOperation -> unit
override this.System.ServiceModel.Description.IOperationBehavior.ApplyClientBehavior : System.ServiceModel.Description.OperationDescription * System.ServiceModel.Dispatcher.ClientOperation -> unit
Sub ApplyClientBehavior (operationDescription As OperationDescription, clientOperation As ClientOperation) Implements IOperationBehavior.ApplyClientBehavior
Sub ApplyClientBehavior (operation As OperationDescription, client As ClientOperation) Implements IOperationBehavior.ApplyClientBehavior
Parameters
- operationDescriptionoperation
- OperationDescription
The operation description.
- clientOperationclient
- ClientOperation
The client operation.
Implements
Remarks
This method does nothing because the WebGetAttribute attribute is a passive operation behavior.
Applies to
Feedback
Submit and view feedback for