2 overrides of HttpContentType
System.Web.Services (2)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
41
internal override string
HttpContentType
{
System\Web\Services\Protocols\Soap12ServerProtocol.cs (1)
40
internal override string
HttpContentType
{
5 references to HttpContentType
System.Web.Services (5)
System\Web\Services\Protocols\SoapServerProtocol.cs (5)
574
throw new SoapException(Res.GetString(Res.WebRequestContent, message.ContentType, helper.
HttpContentType
),
590
if (version == SoapProtocolVersion.Soap11 && !ContentType.MatchesBase(message.ContentType, helper.
HttpContentType
))
591
throw new SoapException(Res.GetString(Res.WebRequestContent, message.ContentType, helper.
HttpContentType
),
677
message.ContentType = ContentType.Compose(helper.
HttpContentType
, Encoding.UTF8);
765
message.ContentType = ContentType.Compose(helper.
HttpContentType
, Encoding.UTF8);