AddressHeaderCollection.AddHeadersTo Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Adds the headers in the collection to the headers of a specified message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- message
- Type: System.ServiceModel.Channels.Message
The Message to which the headers are added.
| Exception | Condition |
|---|---|
| ArgumentNullException | message is null. |
This inserts the headers from the current collection into the MessageHeaders associated with the Message and accessible through the Headers property.
Show: