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