Share via


RequireSoapHeaderAssertion Members

Represents a security assertion that requires the presence of the specified SOAP header in SOAP requests that are sent to a Web service.

The following tables list the members exposed by the RequireSoapHeaderAssertion type.

Public Constructors

  Name Description
RequireSoapHeaderAssertion Overloaded. Initializes a new instance of the RequireSoapHeaderAssertion class.

Top

Public Properties

  Name Description
public property Actor Gets the actor for which the SOAP header is intended.
public property Name Gets the name of the required SOAP header.
public property Namespace Gets the XML namespace for the required SOAP header.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method CreateClientInputFilter Overridden. Specifies the SOAP filter for SOAP responses that are received by the Web service client.
public method CreateClientOutputFilter Overridden. Specifies the SOAP filter for SOAP requests that are sent by the Web service client.
public method CreateServiceInputFilter Overridden. Specifies the SOAP filter for SOAP requests that are received by the Web service.
public method CreateServiceOutputFilter Overridden. Specifies the SOAP filter for SOAP responses that are sent by the Web service.
public method Equals  Overloaded. (Inherited from Object )
public method GetExtensions Overridden. Gets the collection of policy extensions that are registered in the policy file.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method ReadXml Overridden. Reads the XML in the policy file that is associated with this policy assertion.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )
public method WriteXml Overridden. Writes the current policy assertion as XML using the specified System.Xml.XmlWriter.

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

RequireSoapHeaderAssertion Class
Microsoft.Web.Services3.Design Namespace