2 writes to SuppressEntityBody
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
119
this.httpBackedProperty.
SuppressEntityBody
= value;
385
this.
SuppressEntityBody
= propertyToMerge.SuppressEntityBody;
2 references to SuppressEntityBody
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
111
this.httpBackedProperty.
SuppressEntityBody
:
368
copiedProperty.SuppressEntityBody = this.
SuppressEntityBody
;