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