Condividi tramite


RequireSoapHeaderAssertion Constructor (String, String, String)

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

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 actor As String
Dim requireSoapHeaderAssertion1 As New RequireSoapHeaderAssertion(name, ns, actor)

Syntax

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

Parameters

  • name
    The name of the required SOAP header.
  • ns
    The XML namespace for the SOAP header.
  • actor
    The actor for which the SOAP header is intended.

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