OperationInvokerBehavior Class

Definition

public ref class OperationInvokerBehavior : System::ServiceModel::Description::IOperationBehavior
public class OperationInvokerBehavior : System.ServiceModel.Description.IOperationBehavior
type OperationInvokerBehavior = class
    interface IOperationBehavior
Public Class OperationInvokerBehavior
Implements IOperationBehavior
Inheritance
OperationInvokerBehavior
Implements

Constructors

OperationInvokerBehavior()

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IOperationBehavior.AddBindingParameters(OperationDescription, BindingParameterCollection)
IOperationBehavior.ApplyClientBehavior(OperationDescription, ClientOperation)
IOperationBehavior.ApplyDispatchBehavior(OperationDescription, DispatchOperation)
IOperationBehavior.Validate(OperationDescription)

Applies to