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