ISoapMessage::Headers Property
.NET Framework (current version)
Gets or sets the out-of-band data of the method call.
Assembly: mscorlib (in mscorlib.dll)
property array<Header^>^ Headers { array<Header^>^ get(); void set(array<Header^>^ value); }
Property Value
Type: array<System.Runtime.Remoting.Messaging::Header^>^The out-of-band data of the method call.
.NET Framework
Available since 1.1
Available since 1.1
Show: