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