OneWayBindingElementImporter Class

Definition

Converts WSDL-based policies in a OneWayBindingElement into descriptions of the binding elements that can implement these policies for the service.

public ref class OneWayBindingElementImporter : System::ServiceModel::Description::IPolicyImportExtension
public class OneWayBindingElementImporter : System.ServiceModel.Description.IPolicyImportExtension
type OneWayBindingElementImporter = class
    interface IPolicyImportExtension
Public Class OneWayBindingElementImporter
Implements IPolicyImportExtension
Inheritance
OneWayBindingElementImporter
Implements

Constructors

OneWayBindingElementImporter()

Initializes a new instance of the OneWayBindingElementImporter class.

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

IPolicyImportExtension.ImportPolicy(MetadataImporter, PolicyConversionContext)

Defines a method that can import custom policy assertions and add implementing binding elements.

Applies to