Share via


WsWsaHeader Constructor (String, String, String, String, String, WsXmlNodeList)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the WsWsaHeader class with the specified SOAP header properties.

Namespace:  Ws.Services.WsaAddressing
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Sub New ( _
    action As String, _
    relatesTo As String, _
    to As String, _
    replyTo As String, _
    from As String, _
    any As WsXmlNodeList _
)
public WsWsaHeader(
    string action,
    string relatesTo,
    string to,
    string replyTo,
    string from,
    WsXmlNodeList any
)
public:
WsWsaHeader(
    String^ action, 
    String^ relatesTo, 
    String^ to, 
    String^ replyTo, 
    String^ from, 
    WsXmlNodeList^ any
)
new : 
        action:string * 
        relatesTo:string * 
        to:string * 
        replyTo:string * 
        from:string * 
        any:WsXmlNodeList -> WsWsaHeader
public function WsWsaHeader(
    action : String, 
    relatesTo : String, 
    to : String, 
    replyTo : String, 
    from : String, 
    any : WsXmlNodeList
)

Parameters

.NET Framework Security

See Also

Reference

WsWsaHeader Class

WsWsaHeader Overload

Ws.Services.WsaAddressing Namespace