13 references to Encoding
System.Web.Services (13)
System\Web\Services\Description\HttpProtocolImporter.cs (2)
115
return ((XmlSchemaComplexContentExtension)type.ContentModel.Content).BaseTypeName == new XmlQualifiedName(Soap.ArrayType, Soap.
Encoding
);
118
return ((XmlSchemaComplexContentRestriction)type.ContentModel.Content).BaseTypeName == new XmlQualifiedName(Soap.ArrayType, Soap.
Encoding
);
System\Web\Services\Description\HttpProtocolReflector.cs (1)
90
restriction.BaseTypeName = new XmlQualifiedName(Soap.ArrayType, Soap.
Encoding
);
System\Web\Services\Description\SchemaCompiler.cs (1)
48
AddImport(schema, Soap.
Encoding
);
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
424
if (!allSchemas.Contains(Soap.
Encoding
)) {
System\Web\Services\Description\SoapProtocolImporter.cs (2)
1093
iStart = uriList.IndexOf(Soap.
Encoding
, iStart, StringComparison.Ordinal);
1096
int iEnd = iStart + Soap.
Encoding
.Length;
System\Web\Services\Description\SoapProtocolReflector.cs (2)
302
soapBodyBinding.Encoding = Soap.
Encoding
;
317
soapHeaderBinding.Encoding = Soap.
Encoding
;
System\Web\Services\Protocols\RuntimeUtils.cs (1)
83
if (ns == Soap.
Encoding
|| ns == Soap.Namespace)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
39
get { return Soap.
Encoding
; }
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
492
return this.version == SoapProtocolVersion.Soap12 ? Soap12.Encoding : Soap.
Encoding
;
System\Web\Services\Protocols\SoapHeader.cs (1)
302
encodingStyle = Soap.
Encoding
;