2 overrides of PrepareHttpSend
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
2507protected override bool PrepareHttpSend(Message message) 2944protected override bool PrepareHttpSend(Message message)
4 references to PrepareHttpSend
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelHelpers.cs (4)
1804suppressEntityBody = PrepareHttpSend(message); 1947bool suppressEntityBody = PrepareHttpSend(message); 2526bool suppressEntityBody = base.PrepareHttpSend(message); 2946bool result = base.PrepareHttpSend(message);