2 instantiations of OutputBinding
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
392wsdlOperationBinding.Output = new WsdlNS.OutputBinding();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
6151o = new global::System.Web.Services.Description.OutputBinding();
17 references to OutputBinding
dotnet-svcutil-lib (17)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1845else if (item is WsdlNS.OutputBinding)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
39table.Add(typeof(OutputBinding), new XmlAttributes());
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (4)
14[XmlFormatExtension("content", MimeContentBinding.Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))] 56[XmlFormatExtension("multipartRelated", MimeContentBinding.Namespace, typeof(InputBinding), typeof(OutputBinding))] 70[XmlFormatExtension("mimeXml", MimeContentBinding.Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))] 132[XmlFormatExtension("text", MimeTextBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
939private OutputBinding _output; 993public OutputBinding Output
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (5)
555Write111_OutputBinding(@"output", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.OutputBinding)o.@Output), false, false); 749private void Write111_OutputBinding(string n, string ns, global::System.Web.Services.Description.OutputBinding o, bool isNullable, bool needType) 759if (t == typeof(global::System.Web.Services.Description.OutputBinding)) 6136private global::System.Web.Services.Description.OutputBinding Read111_OutputBinding(bool isNullable, bool checkType) 6150global::System.Web.Services.Description.OutputBinding o;
FrameworkFork\System.Web.Services\Services\Description\Soap12FormatExtensions.cs (2)
39[XmlFormatExtension("body", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))] 51[XmlFormatExtension("header", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding))]
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (2)
102[XmlFormatExtension("body", SoapBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))] 224[XmlFormatExtension("header", SoapBinding.Namespace, typeof(InputBinding), typeof(OutputBinding))]