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