AddHeadersTo Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public void AddHeadersTo(
	Message message
)

Parameters

message
Type: System.ServiceModel.Channels.Message
The Message to which the headers are added.

ExceptionCondition
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.

The following code snippet illustrates how to call this method.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft