4 instantiations of Soap12BodyBinding
System.ServiceModel (2)
System\ServiceModel\Description\SoapHelper.cs (2)
356WsdlNS.SoapBodyBinding dest = version == EnvelopeVersion.Soap12 ? new WsdlNS.Soap12BodyBinding() : new WsdlNS.SoapBodyBinding(); 513soapBodyBinding = new WsdlNS.Soap12BodyBinding();
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
5132o = new global::System.Web.Services.Description.Soap12BodyBinding();
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
108Soap12BodyBinding soapBodyBinding = new Soap12BodyBinding();
13 references to Soap12BodyBinding
System.ServiceModel (1)
System\ServiceModel\Description\SoapHelper.cs (1)
352EnvelopeVersion srcVersion = GetBindingVersion<WsdlNS.Soap12BodyBinding>(src);
System.Web.Services (12)
System\Web\Services\Configuration\WebServicesSection.cs (1)
503typeof(Soap12BodyBinding),
System\Web\Services\Description\ServiceDescriptionSerializer.cs (10)
625if (ai is global::System.Web.Services.Description.Soap12BodyBinding) { 626Write102_Soap12BodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.Soap12BodyBinding)ai), false, false); 723if (ai is global::System.Web.Services.Description.Soap12BodyBinding) { 724Write102_Soap12BodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.Soap12BodyBinding)ai), false, false); 903void Write102_Soap12BodyBinding(string n, string ns, global::System.Web.Services.Description.Soap12BodyBinding o, bool isNullable, bool needType) { 910if (t == typeof(global::System.Web.Services.Description.Soap12BodyBinding)) { 1101if (ai is global::System.Web.Services.Description.Soap12BodyBinding) { 1102Write102_Soap12BodyBinding(@"body", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.Soap12BodyBinding)ai), false, false); 5120global::System.Web.Services.Description.Soap12BodyBinding Read102_Soap12BodyBinding(bool isNullable, bool checkType) { 5131global::System.Web.Services.Description.Soap12BodyBinding o;
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
108Soap12BodyBinding soapBodyBinding = new Soap12BodyBinding();