1 instantiation of OutputBinding
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
5878o = new global::System.Web.Services.Description.OutputBinding();
16 references to OutputBinding
System.Web.Services.Description (16)
System\Web\Services\Configuration\WebServicesSection.cs (1)
41table.Add(typeof(OutputBinding), new XmlAttributes());
System\Web\Services\Description\MimeFormatExtensions.cs (4)
11[XmlFormatExtension("content", Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))] 38[XmlFormatExtension("multipartRelated", MimeContentBinding.Namespace, typeof(InputBinding), typeof(OutputBinding))] 44[XmlFormatExtension("mimeXml", MimeContentBinding.Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))] 81[XmlFormatExtension("text", Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]
System\Web\Services\Description\ServiceDescription.cs (2)
659private OutputBinding _output; 693public OutputBinding Output
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
499Write111_OutputBinding(@"output", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.OutputBinding)o.@Output), false, false); 677private void Write111_OutputBinding(string n, string ns, global::System.Web.Services.Description.OutputBinding o, bool isNullable, bool needType) { 688if (t == typeof(global::System.Web.Services.Description.OutputBinding)) { 5856private global::System.Web.Services.Description.OutputBinding Read111_OutputBinding(bool isNullable, bool checkType) { 5877global::System.Web.Services.Description.OutputBinding o;
System\Web\Services\Description\Soap12FormatExtensions.cs (2)
28[XmlFormatExtension("body", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))] 36[XmlFormatExtension("header", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding))]
System\Web\Services\Description\SoapFormatExtensions.cs (2)
70[XmlFormatExtension("body", SoapBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))] 159[XmlFormatExtension("header", SoapBinding.Namespace, typeof(InputBinding), typeof(OutputBinding))]