Share via


WsMessage Constructor (WsWsaHeader, Object, WsPrefix, WsXmlNamespaces, WsAppSequence)

[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 WsMessage class with the specified header, body, prefixes, XML namespace objects, and sequence.

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

Syntax

'Declaration
Public Sub New ( _
    header As WsWsaHeader, _
    body As Object, _
    prefixes As WsPrefix, _
    namespaces As WsXmlNamespaces, _
    appSequence As WsAppSequence _
)
public WsMessage(
    WsWsaHeader header,
    Object body,
    WsPrefix prefixes,
    WsXmlNamespaces namespaces,
    WsAppSequence appSequence
)
public:
WsMessage(
    WsWsaHeader^ header, 
    Object^ body, 
    WsPrefix prefixes, 
    WsXmlNamespaces^ namespaces, 
    WsAppSequence^ appSequence
)
new : 
        header:WsWsaHeader * 
        body:Object * 
        prefixes:WsPrefix * 
        namespaces:WsXmlNamespaces * 
        appSequence:WsAppSequence -> WsMessage
public function WsMessage(
    header : WsWsaHeader, 
    body : Object, 
    prefixes : WsPrefix, 
    namespaces : WsXmlNamespaces, 
    appSequence : WsAppSequence
)

Parameters

.NET Framework Security

See Also

Reference

WsMessage Class

WsMessage Overload

Ws.Services.Soap Namespace