3 instantiations of OutputBinding
System.ServiceModel (1)
System\ServiceModel\Description\WsdlExporter.cs (1)
392wsdlOperationBinding.Output = new WsdlNS.OutputBinding();
System.Web.Services (2)
System\Web\Services\Description\ProtocolReflector.cs (1)
233OperationBinding.Output = new OutputBinding();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4906o = new global::System.Web.Services.Description.OutputBinding();
17 references to OutputBinding
System.ServiceModel (1)
System\ServiceModel\Description\WsdlImporter.cs (1)
1858else if (item is WsdlNS.OutputBinding)
System.Web.Services (16)
System\Web\Services\Configuration\WebServicesSection.cs (1)
183table.Add(typeof(OutputBinding), new XmlAttributes());
System\Web\Services\Description\MimeFormatExtensions.cs (4)
9[XmlFormatExtension("content", MimeContentBinding.Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))] 46[XmlFormatExtension("multipartRelated", MimeContentBinding.Namespace, typeof(InputBinding), typeof(OutputBinding))] 58[XmlFormatExtension("mimeXml", MimeContentBinding.Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))] 111[XmlFormatExtension("text", MimeTextBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]
System\Web\Services\Description\ServiceDescription.cs (2)
845OutputBinding output; 892public OutputBinding Output {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
434Write111_OutputBinding(@"output", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.OutputBinding)o.@Output), false, false); 588void Write111_OutputBinding(string n, string ns, global::System.Web.Services.Description.OutputBinding o, bool isNullable, bool needType) { 595if (t == typeof(global::System.Web.Services.Description.OutputBinding)) { 4894global::System.Web.Services.Description.OutputBinding Read111_OutputBinding(bool isNullable, bool checkType) { 4905global::System.Web.Services.Description.OutputBinding o;
System\Web\Services\Description\Soap12FormatExtensions.cs (2)
59[XmlFormatExtension("body", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))] 69[XmlFormatExtension("header", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding))]
System\Web\Services\Description\SoapFormatExtensions.cs (2)
91[XmlFormatExtension("body", SoapBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))] 198[XmlFormatExtension("header", SoapBinding.Namespace, typeof(InputBinding), typeof(OutputBinding))]