1 instantiation of Soap12Binding
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7454o = new global::System.Web.Services.Description.Soap12Binding();
12 references to Soap12Binding
System.Web.Services.Description (12)
System\Web\Services\Configuration\WebServicesSection.cs (1)
112typeof(Soap12Binding),
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
388if (ai is global::System.Web.Services.Description.Soap12Binding) { 389Write84_Soap12Binding(@"binding", @"http://schemas.xmlsoap.org/wsdl/soap12/", ((global::System.Web.Services.Description.Soap12Binding)ai), false, false); 1593private void Write84_Soap12Binding(string n, string ns, global::System.Web.Services.Description.Soap12Binding o, bool isNullable, bool needType) { 1604if (t == typeof(global::System.Web.Services.Description.Soap12Binding)) { 7432private global::System.Web.Services.Description.Soap12Binding Read84_Soap12Binding(bool isNullable, bool checkType) { 7453global::System.Web.Services.Description.Soap12Binding o;
System\Web\Services\Description\Soap12FormatExtensions.cs (5)
18[XmlFormatExtension("operation", Soap12Binding.Namespace, typeof(OperationBinding))] 28[XmlFormatExtension("body", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))] 32[XmlFormatExtension("fault", Soap12Binding.Namespace, typeof(FaultBinding))] 36[XmlFormatExtension("header", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding))] 40[XmlFormatExtension("address", Soap12Binding.Namespace, typeof(Port))]