3 instantiations of Soap12AddressBinding
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (2)
266
WsdlNS.SoapAddressBinding dest = version == EnvelopeVersion.Soap12 ? new WsdlNS.
Soap12AddressBinding
() : new WsdlNS.SoapAddressBinding();
455
soapAddressBinding = new WsdlNS.
Soap12AddressBinding
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
5508
o = new global::System.Web.Services.Description.
Soap12AddressBinding
();
8 references to Soap12AddressBinding
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
256
else if (GetBindingVersion<WsdlNS.
Soap12AddressBinding
>(src) == version)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
138
typeof(
Soap12AddressBinding
) };
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
252
if (ai is global::System.Web.Services.Description.
Soap12AddressBinding
)
254
Write121_Soap12AddressBinding(@"address", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.
Soap12AddressBinding
)ai), false, false);
346
private void Write121_Soap12AddressBinding(string n, string ns, global::System.Web.Services.Description.
Soap12AddressBinding
o, bool isNullable, bool needType)
356
if (t == typeof(global::System.Web.Services.Description.
Soap12AddressBinding
))
5493
private global::System.Web.Services.Description.
Soap12AddressBinding
Read121_Soap12AddressBinding(bool isNullable, bool checkType)
5507
global::System.Web.Services.Description.
Soap12AddressBinding
o;