2 instantiations of InputBinding
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
387
wsdlOperationBinding.Input = new WsdlNS.
InputBinding
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
7181
o = new global::System.Web.Services.Description.
InputBinding
();
19 references to InputBinding
dotnet-svcutil-lib (19)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1843
if (item is WsdlNS.
InputBinding
)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
38
table.Add(typeof(
InputBinding
), new XmlAttributes());
FrameworkFork\System.Web.Services\Services\Description\HttpFormatExtensions.cs (2)
60
[XmlFormatExtension("urlEncoded", HttpBinding.Namespace, typeof(
InputBinding
))]
66
[XmlFormatExtension("urlReplacement", HttpBinding.Namespace, typeof(
InputBinding
))]
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)
938
private
InputBinding
_input;
971
public
InputBinding
Input
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (5)
554
Write110_InputBinding(@"input", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.
InputBinding
)o.@Input), false, false);
1359
private void Write110_InputBinding(string n, string ns, global::System.Web.Services.Description.
InputBinding
o, bool isNullable, bool needType)
1369
if (t == typeof(global::System.Web.Services.Description.
InputBinding
))
7166
private global::System.Web.Services.Description.
InputBinding
Read110_InputBinding(bool isNullable, bool checkType)
7180
global::System.Web.Services.Description.
InputBinding
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))]