6 writes to Use
System.ServiceModel (2)
System\ServiceModel\Description\MessageContractExporter.cs (1)
743headerBinding.Use = isEncoded ? WsdlNS.SoapBindingUse.Encoded : WsdlNS.SoapBindingUse.Literal;
System\ServiceModel\Description\SoapHelper.cs (1)
439dest.Use = src.Use;
System.Web.Services (4)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
5010o.@Use = Read100_SoapBindingUse(Reader.Value); 5210o.@Use = Read98_SoapBindingUse(Reader.Value);
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
125soapHeaderBinding.Use = use;
System\Web\Services\Description\SoapProtocolReflector.cs (1)
315soapHeaderBinding.Use = use;
16 references to Use
System.ServiceModel (6)
System\ServiceModel\Description\MessageContractImporter.cs (5)
1134if (header.Use == WsdlNS.SoapBindingUse.Encoded) 1136else if (header.Use == WsdlNS.SoapBindingUse.Literal) 1164if (header.Use == WsdlNS.SoapBindingUse.Encoded) 1166else if (header.Use == WsdlNS.SoapBindingUse.Literal) 1399isEncoded = (headerBinding.Use == WsdlNS.SoapBindingUse.Encoded);
System\ServiceModel\Description\SoapHelper.cs (1)
439dest.Use = src.Use;
System.Web.Services (10)
System\Web\Services\Description\ServiceDescriptionImporter.cs (4)
360if (header.Use == SoapBindingUse.Encoded) 362else if (header.Use == SoapBindingUse.Literal) 384if (header.Use == SoapBindingUse.Encoded) 386else if (header.Use == SoapBindingUse.Literal)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (4)
954if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != global::System.Web.Services.Description.SoapBindingUse.@Default) { 955WriteAttribute(@"use", @"", Write98_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use))); 1019if (((global::System.Web.Services.Description.SoapBindingUse)o.@Use) != global::System.Web.Services.Description.SoapBindingUse.@Default) { 1020WriteAttribute(@"use", @"", Write100_SoapBindingUse(((global::System.Web.Services.Description.SoapBindingUse)o.@Use)));
System\Web\Services\Description\SoapProtocolImporter.cs (1)
560if (use != header.Use) throw new InvalidOperationException(Res.GetString(Res.WebDescriptionHeaderAndBodyUseMismatch));
System\Web\Services\Description\WebServicesInteroperability.cs (1)
434encodedBinding = (header.Use == SoapBindingUse.Encoded);