2 writes to SuppressEntityBody
System.ServiceModel (2)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
126
this.httpBackedProperty.
SuppressEntityBody
= value;
404
this.
SuppressEntityBody
= propertyToMerge.SuppressEntityBody;
2 references to SuppressEntityBody
System.ServiceModel (2)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (2)
118
this.httpBackedProperty.
SuppressEntityBody
:
387
copiedProperty.SuppressEntityBody = this.
SuppressEntityBody
;