1 instantiation of MimePart
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
5574
o = new global::System.Web.Services.Description.
MimePart
();
19 references to MimePart
System.ServiceModel (1)
System\ServiceModel\Description\WsdlImporter.cs (1)
798
|| ext is WsdlNS.
MimePart
System.Web.Services (18)
System\Web\Services\Description\MimeFormatExtensions.cs (11)
9
[XmlFormatExtension("content", MimeContentBinding.Namespace, typeof(
MimePart
), typeof(InputBinding), typeof(OutputBinding))]
58
[XmlFormatExtension("mimeXml", MimeContentBinding.Namespace, typeof(
MimePart
), typeof(InputBinding), typeof(OutputBinding))]
74
public
MimePart
this[int index] {
75
get { return (
MimePart
)List[index]; }
80
public int Add(
MimePart
mimePart) {
85
public void Insert(int index,
MimePart
mimePart) {
90
public int IndexOf(
MimePart
mimePart) {
95
public bool Contains(
MimePart
mimePart) {
100
public void Remove(
MimePart
mimePart) {
105
public void CopyTo(
MimePart
[] array, int index) {
111
[XmlFormatExtension("text", MimeTextBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(
MimePart
))]
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
692
Write103_MimePart(@"part", @"http://schemas.xmlsoap.org/wsdl/mime/", ((global::System.Web.Services.Description.
MimePart
)a[ia]), false, false);
699
void Write103_MimePart(string n, string ns, global::System.Web.Services.Description.
MimePart
o, bool isNullable, bool needType) {
706
if (t == typeof(global::System.Web.Services.Description.
MimePart
)) {
5562
global::System.Web.Services.Description.
MimePart
Read103_MimePart(bool isNullable, bool checkType) {
5573
global::System.Web.Services.Description.
MimePart
o;
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
))]