1 write to SuppressEntityBody
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
123
this.traditionalProperty.
SuppressEntityBody
= value;
2 references to SuppressEntityBody
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
112
this.traditionalProperty.
SuppressEntityBody
;
385
this.SuppressEntityBody = propertyToMerge.
SuppressEntityBody
;