IncludeSoapHeaders Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets a value that indicates whether SOAP messages will include SOAP headers.
Namespace: Ws.Services
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IncludeSoapHeaders As Boolean
public override bool IncludeSoapHeaders { get; }
public:
virtual property bool IncludeSoapHeaders {
bool get () override;
}
abstract IncludeSoapHeaders : bool
override IncludeSoapHeaders : bool
override function get IncludeSoapHeaders () : boolean
Property Value
Type: System. . :: . .Boolean
true if SOAP headers are included in SOAP messages; otherwise, false.
.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.