Compartilhar via


RequireSoapHeaderAssertion Constructor (String, String)

Initializes a new instance of the RequireSoapHeaderAssertion class using the specified SOAP header.

Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim name As String
Dim ns As String
Dim requireSoapHeaderAssertion1 As New RequireSoapHeaderAssertion(name, ns)

Syntax

'Declaration
Public Sub New( _
    ByVal name As String, _
    ByVal ns As String _
)
public RequireSoapHeaderAssertion(
    string name, 
    string ns
);
public:
RequireSoapHeaderAssertion(
    String^ name, 
    String^ ns
);
public RequireSoapHeaderAssertion(
    System.String name, 
    System.String ns
);
public function RequireSoapHeaderAssertion(
     name : String, 
     ns : String
);

Parameters

  • name
    The name of the required SOAP header.
  • ns
    The XML namespace for the SOAP header.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

RequireSoapHeaderAssertion Class
RequireSoapHeaderAssertion Members
Microsoft.Web.Services3.Design Namespace