3 references to GetEncoding2
System.Web.Services (3)
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
265Encoding enc = message.SoapVersion == SoapProtocolVersion.Soap12 ? RequestResponseUtils.GetEncoding2(message.ContentType) : RequestResponseUtils.GetEncoding(message.ContentType);
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
272Encoding enc = RequestResponseUtils.GetEncoding2(message.ContentType); 857Encoding enc = RequestResponseUtils.GetEncoding2(Message.ContentType);