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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- actors
- Type:
System.String
[]
The targeted recipient of the message header.
Return Value
Type: System.Booleantrue if the recipients specified by actors have properly interpreted and processed all the message headers marked with MustUnderstand; otherwise, false.
Show: