1 override of IsSoapEncodingPresent
System.Web.Services (1)
System\Web\Services\Description\Soap12ProtocolImporter.cs (1)
44
protected override bool
IsSoapEncodingPresent
(string uriList) {
3 references to IsSoapEncodingPresent
System.Web.Services (3)
System\Web\Services\Description\Soap12ProtocolImporter.cs (1)
59
if (base.
IsSoapEncodingPresent
(uriList))
System\Web\Services\Description\SoapProtocolImporter.cs (2)
561
if (use == SoapBindingUse.Encoded && !
IsSoapEncodingPresent
(header.Encoding) )
1059
if (!
IsSoapEncodingPresent
(soapBodyBinding.Encoding)) {