2 instantiations of OutputBinding
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
392
wsdlOperationBinding.Output = new WsdlNS.
OutputBinding
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
6151
o = new global::System.Web.Services.Description.
OutputBinding
();
17 references to OutputBinding
dotnet-svcutil-lib (17)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1845
else if (item is WsdlNS.
OutputBinding
)
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
39
table.Add(typeof(
OutputBinding
), new XmlAttributes());
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)
939
private
OutputBinding
_output;
993
public
OutputBinding
Output
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (5)
555
Write111_OutputBinding(@"output", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.
OutputBinding
)o.@Output), false, false);
749
private void Write111_OutputBinding(string n, string ns, global::System.Web.Services.Description.
OutputBinding
o, bool isNullable, bool needType)
759
if (t == typeof(global::System.Web.Services.Description.
OutputBinding
))
6136
private global::System.Web.Services.Description.
OutputBinding
Read111_OutputBinding(bool isNullable, bool checkType)
6150
global::System.Web.Services.Description.
OutputBinding
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
))]