13 references to Compose
System.Web.Services (13)
System\Web\Services\Discovery\DiscoveryRequestHandler.cs (1)
108context.Response.ContentType = ContentType.Compose("text/xml", Encoding.UTF8);
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (5)
274Response.ContentType = ContentType.Compose("text/xml", encoding); 283Response.ContentType = ContentType.Compose("text/xml", encoding); 301Response.ContentType = ContentType.Compose("text/xml", encoding); 318Response.ContentType = ContentType.Compose("text/xml", encoding); 341Response.ContentType = ContentType.Compose("text/plain", Encoding.UTF8);
System\Web\Services\Protocols\HtmlFormParameterWriter.cs (1)
33request.ContentType = ContentType.Compose(HtmlFormParameterReader.MimeType, RequestEncoding);
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
222Response.ContentType = ContentType.Compose("text/plain", Encoding.UTF8);
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
523message.ContentType = ContentType.Compose(ContentType.TextXml, RequestEncoding != null ? RequestEncoding : Encoding.UTF8);
System\Web\Services\Protocols\SoapServerProtocol.cs (3)
677message.ContentType = ContentType.Compose(helper.HttpContentType, Encoding.UTF8); 765message.ContentType = ContentType.Compose(helper.HttpContentType, Encoding.UTF8); 814Response.ContentType = ContentType.Compose(ContentType.TextPlain, Encoding.UTF8);
System\Web\Services\Protocols\XmlReturnWriter.cs (1)
34response.ContentType = ContentType.Compose("text/xml", encoding);