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