MessageHeader.IsReferenceParameter Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that specifies whether this message header contains reference parameters of an endpoint reference.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.Booleantrue if this message header contains reference parameters of an endpoint reference; otherwise, false.
A reference parameter corresponds to the <ReferenceParameters> element described in the in the WS-Addressing specification.
Show: