1 instantiation of MimePart
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
6974
o = new global::System.Web.Services.Description.
MimePart
();
19 references to MimePart
dotnet-svcutil-lib (19)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
796
|| ext is WsdlNS.
MimePart
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (11)
14
[XmlFormatExtension("content", MimeContentBinding.Namespace, typeof(
MimePart
), typeof(InputBinding), typeof(OutputBinding))]
70
[XmlFormatExtension("mimeXml", MimeContentBinding.Namespace, typeof(
MimePart
), typeof(InputBinding), typeof(OutputBinding))]
88
public
MimePart
this[int index]
90
get { return (
MimePart
)List[index]; }
95
public int Add(
MimePart
mimePart)
101
public void Insert(int index,
MimePart
mimePart)
107
public int IndexOf(
MimePart
mimePart)
113
public bool Contains(
MimePart
mimePart)
119
public void Remove(
MimePart
mimePart)
125
public void CopyTo(
MimePart
[] array, int index)
132
[XmlFormatExtension("text", MimeTextBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(
MimePart
))]
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (5)
885
Write103_MimePart(@"part", @"http://schemas.xmlsoap.org/wsdl/mime/", ((global::System.Web.Services.Description.
MimePart
)a[ia]), false, false);
892
private void Write103_MimePart(string n, string ns, global::System.Web.Services.Description.
MimePart
o, bool isNullable, bool needType)
902
if (t == typeof(global::System.Web.Services.Description.
MimePart
))
6959
private global::System.Web.Services.Description.
MimePart
Read103_MimePart(bool isNullable, bool checkType)
6973
global::System.Web.Services.Description.
MimePart
o;
FrameworkFork\System.Web.Services\Services\Description\Soap12FormatExtensions.cs (1)
39
[XmlFormatExtension("body", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(
MimePart
))]
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (1)
102
[XmlFormatExtension("body", SoapBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(
MimePart
))]