HaveMandatoryHeadersBeenUnderstood Method (String[])
Collapse the table of content
Expand the table of content

MessageHeaders.HaveMandatoryHeadersBeenUnderstood Method (String[])

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Verifies whether the specified recipients have properly interpreted and processed all the message headers marked with MustUnderstand.

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

public bool HaveMandatoryHeadersBeenUnderstood(
	params string[] actors
)

Parameters

actors
Type: System.String []
The targeted recipient of the message header.

Return Value

Type: System.Boolean
true if the recipients specified by actors have properly interpreted and processed all the message headers marked with MustUnderstand; otherwise, false.

If the message receiver cannot interpret the message headers marked with MustUnderstand, the message is not processed and an exception is thrown.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft