2 references to CreateTextResponse
System.ServiceModel.Web (2)
System\ServiceModel\Web\WebOperationContext.cs (2)
214
return
CreateTextResponse
(text, WebOperationContext.DefaultTextMediaType, Encoding.UTF8);
219
return
CreateTextResponse
(text, contentType, Encoding.UTF8);