1 instantiation of InputBinding
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6958o = new global::System.Web.Services.Description.InputBinding();
18 references to InputBinding
System.Web.Services.Description (18)
System\Web\Services\Configuration\WebServicesSection.cs (1)
40table.Add(typeof(InputBinding), new XmlAttributes());
System\Web\Services\Description\HttpFormatExtensions.cs (2)
39[XmlFormatExtension("urlEncoded", HttpBinding.Namespace, typeof(InputBinding))] 43[XmlFormatExtension("urlReplacement", HttpBinding.Namespace, typeof(InputBinding))]
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)
658private InputBinding _input; 675public InputBinding Input
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
498Write110_InputBinding(@"input", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.InputBinding)o.@Input), false, false); 1257private void Write110_InputBinding(string n, string ns, global::System.Web.Services.Description.InputBinding o, bool isNullable, bool needType) { 1268if (t == typeof(global::System.Web.Services.Description.InputBinding)) { 6936private global::System.Web.Services.Description.InputBinding Read110_InputBinding(bool isNullable, bool checkType) { 6957global::System.Web.Services.Description.InputBinding 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))]