2 writes to isReferenceProperty
System.ServiceModel (2)
System\ServiceModel\Channels\AddressHeader.cs (2)
335
this.
isReferenceProperty
= false;
341
this.
isReferenceProperty
= isReferenceProperty;
1 reference to isReferenceProperty
System.ServiceModel (1)
System\ServiceModel\Channels\AddressHeader.cs (1)
344
public bool IsReferencePropertyHeader { get { return this.
isReferenceProperty
; } }