4 instantiations of HttpStreamFormatter
System.ServiceModel.Web (4)
System\ServiceModel\Description\WebHttpBehavior.cs (4)
568
return new
HttpStreamFormatter
(operationDescription);
615
innerFormatter = new ContentTypeSettingDispatchMessageFormatter(defaultStreamContentType, new
HttpStreamFormatter
(operationDescription));
688
baseFormatter = new
HttpStreamFormatter
(operationDescription);
759
result = new
HttpStreamFormatter
(operationDescription);
1 reference to HttpStreamFormatter
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\SingleBodyParameterMessageFormatter.cs (1)
288
if (
HttpStreamFormatter
.IsEmptyMessage(message))