3 instantiations of Soap12Binding
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (2)
236WsdlNS.SoapBinding dest = version == EnvelopeVersion.Soap12 ? new WsdlNS.Soap12Binding() : new WsdlNS.SoapBinding(); 474soapBinding = new WsdlNS.Soap12Binding();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
7628o = new global::System.Web.Services.Description.Soap12Binding();
19 references to Soap12Binding
dotnet-svcutil-lib (19)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (5)
154return o is WsdlNS.Soap12Binding ? EnvelopeVersion.Soap12 : EnvelopeVersion.Soap11; 226else if (GetBindingVersion<WsdlNS.Soap12Binding>(src) == version) 376if (src.NamespaceURI == WsdlNS.Soap12Binding.Namespace) 546ns = WsdlNS.Soap12Binding.Namespace; 635return (element != null && element.LocalName == "fault" && (element.NamespaceURI == WsdlNS.Soap12Binding.Namespace || element.NamespaceURI == WsdlNS.SoapBinding.Namespace));
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
133typeof(Soap12Binding),
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
423if (ai is global::System.Web.Services.Description.Soap12Binding) 425Write84_Soap12Binding(@"binding", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.Soap12Binding)ai), false, false); 1707private void Write84_Soap12Binding(string n, string ns, global::System.Web.Services.Description.Soap12Binding o, bool isNullable, bool needType) 1717if (t == typeof(global::System.Web.Services.Description.Soap12Binding)) 7613private global::System.Web.Services.Description.Soap12Binding Read84_Soap12Binding(bool isNullable, bool checkType) 7627global::System.Web.Services.Description.Soap12Binding o;
FrameworkFork\System.Web.Services\Services\Description\Soap12FormatExtensions.cs (7)
13[XmlFormatExtension("binding", Soap12Binding.Namespace, typeof(Binding))] 14[XmlFormatExtensionPrefix("soap12", Soap12Binding.Namespace)] 24[XmlFormatExtension("operation", Soap12Binding.Namespace, typeof(OperationBinding))] 39[XmlFormatExtension("body", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))] 45[XmlFormatExtension("fault", Soap12Binding.Namespace, typeof(FaultBinding))] 51[XmlFormatExtension("header", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding))] 57[XmlFormatExtension("address", Soap12Binding.Namespace, typeof(Port))]