4 writes to SuppressEntityBody
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
368copiedProperty.SuppressEntityBody = this.SuppressEntityBody;
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
208prop.SuppressEntityBody = true;
System\ServiceModel\Dispatcher\UriTemplateClientFormatter.cs (1)
111hrmp.SuppressEntityBody = true;
System\ServiceModel\Web\OutgoingWebRequestContext.cs (1)
79set { this.MessageProperty.SuppressEntityBody = value; }
3 references to SuppressEntityBody
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2535suppressEntityBody = suppressEntityBody || requestProperty.SuppressEntityBody;
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\MessageExtensionMethods.cs (1)
149request.Content = CreateMessageContent(message, requestMessageProperty.SuppressEntityBody);
System.ServiceModel.Web (1)
System\ServiceModel\Web\OutgoingWebRequestContext.cs (1)
78get { return this.MessageProperty.SuppressEntityBody; }