ISoapMessage::Headers Property

 

Gets or sets the out-of-band data of the method call.

Namespace:   System.Runtime.Serialization.Formatters
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
Return to top
Show: