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
- action
Type: System. . :: . .String
The SOAP header Action value.
- relatesTo
Type: System. . :: . .String
The SOAP header Relates To value.
- to
Type: System. . :: . .String
The SOAP header To value.
- replyTo
Type: System. . :: . .String
The SOAP header Reply To value.
- from
Type: System. . :: . .String
The SOAP header From value.
- any
Type: Ws.Services.Xml. . :: . .WsXmlNodeList
The list of SOAP header classes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.