Share via


IncludeSoapHeaders Property

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

Gets the value that indicates whether SOAP messages will include SOAP headers.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IncludeSoapHeaders As Boolean
public abstract bool IncludeSoapHeaders { get; }
public:
virtual property bool IncludeSoapHeaders {
    bool get () abstract;
}
abstract IncludeSoapHeaders : bool
abstract function get IncludeSoapHeaders () : boolean

Property Value

Type: System. . :: . .Boolean
true if SOAP headers are included in SOAP messages; otherwise, false.

.NET Framework Security

See Also

Reference

ProtocolVersion Class

Ws.Services Namespace