3 instantiations of InputBinding
System.ServiceModel (1)
System\ServiceModel\Description\WsdlExporter.cs (1)
387wsdlOperationBinding.Input = new WsdlNS.InputBinding();
System.Web.Services (2)
System\Web\Services\Description\ProtocolReflector.cs (1)
208OperationBinding.Input = new InputBinding();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
5742o = new global::System.Web.Services.Description.InputBinding();
19 references to InputBinding
System.ServiceModel (1)
System\ServiceModel\Description\WsdlImporter.cs (1)
1856if (item is WsdlNS.InputBinding)
System.Web.Services (18)
System\Web\Services\Configuration\WebServicesSection.cs (1)
182table.Add(typeof(InputBinding), new XmlAttributes());
System\Web\Services\Description\HttpFormatExtensions.cs (2)
49[XmlFormatExtension("urlEncoded", HttpBinding.Namespace, typeof(InputBinding))] 54[XmlFormatExtension("urlReplacement", HttpBinding.Namespace, typeof(InputBinding))]
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)
844InputBinding input; 874public InputBinding Input {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
433Write110_InputBinding(@"input", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.InputBinding)o.@Input), false, false); 1064void Write110_InputBinding(string n, string ns, global::System.Web.Services.Description.InputBinding o, bool isNullable, bool needType) { 1071if (t == typeof(global::System.Web.Services.Description.InputBinding)) { 5730global::System.Web.Services.Description.InputBinding Read110_InputBinding(bool isNullable, bool checkType) { 5741global::System.Web.Services.Description.InputBinding 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))]