MessageHeaderInfo.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 the message header represents reference parameters of an endpoint reference.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.Booleantrue if the message header represents reference parameters of an endpoint reference; otherwise, false.
A reference parameter corresponds to the <ReferenceParameters> element described in the WS-Addressing specification.
Show: