4 references to 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);