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