3 instantiations of OutputBinding
System.ServiceModel (1)
System\ServiceModel\Description\WsdlExporter.cs (1)
392
wsdlOperationBinding.Output = new WsdlNS.
OutputBinding
();
System.Web.Services (2)
System\Web\Services\Description\ProtocolReflector.cs (1)
233
OperationBinding.Output = new
OutputBinding
();
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4906
o = new global::System.Web.Services.Description.
OutputBinding
();
17 references to OutputBinding
System.ServiceModel (1)
System\ServiceModel\Description\WsdlImporter.cs (1)
1858
else if (item is WsdlNS.
OutputBinding
)
System.Web.Services (16)
System\Web\Services\Configuration\WebServicesSection.cs (1)
183
table.Add(typeof(
OutputBinding
), new XmlAttributes());
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)
845
OutputBinding
output;
892
public
OutputBinding
Output {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
434
Write111_OutputBinding(@"output", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.
OutputBinding
)o.@Output), false, false);
588
void Write111_OutputBinding(string n, string ns, global::System.Web.Services.Description.
OutputBinding
o, bool isNullable, bool needType) {
595
if (t == typeof(global::System.Web.Services.Description.
OutputBinding
)) {
4894
global::System.Web.Services.Description.
OutputBinding
Read111_OutputBinding(bool isNullable, bool checkType) {
4905
global::System.Web.Services.Description.
OutputBinding
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
))]