5 references to XmlFormatExtension
System.Web.Services (5)
System\Web\Services\Description\MimeFormatExtensions.cs (3)
9
[
XmlFormatExtension
("content", MimeContentBinding.Namespace, typeof(MimePart), 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\Soap12FormatExtensions.cs (1)
59
[
XmlFormatExtension
("body", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]
System\Web\Services\Description\SoapFormatExtensions.cs (1)
91
[
XmlFormatExtension
("body", SoapBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]