1 instantiation of MimePart
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6725o = new global::System.Web.Services.Description.MimePart();
18 references to MimePart
System.Web.Services.Description (18)
System\Web\Services\Description\MimeFormatExtensions.cs (11)
11[XmlFormatExtension("content", Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))] 44[XmlFormatExtension("mimeXml", MimeContentBinding.Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))] 51public MimePart this[int index] { 52get { return (MimePart)List[index]; } 56public int Add(MimePart mimePart) { 60public void Insert(int index, MimePart mimePart) { 64public int IndexOf(MimePart mimePart) { 68public bool Contains(MimePart mimePart) { 72public void Remove(MimePart mimePart) { 76public void CopyTo(MimePart[] array, int index) { 81[XmlFormatExtension("text", Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]
System\Web\Services\Description\ServiceDescriptionSerializer.cs (5)
797Write103_MimePart(@"part", @"http://schemas.xmlsoap.org/wsdl/mime/", ((global::System.Web.Services.Description.MimePart)a[ia]), false, false); 804private void Write103_MimePart(string n, string ns, global::System.Web.Services.Description.MimePart o, bool isNullable, bool needType) { 815if (t == typeof(global::System.Web.Services.Description.MimePart)) { 6703private global::System.Web.Services.Description.MimePart Read103_MimePart(bool isNullable, bool checkType) { 6724global::System.Web.Services.Description.MimePart o;
System\Web\Services\Description\Soap12FormatExtensions.cs (1)
28[XmlFormatExtension("body", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]
System\Web\Services\Description\SoapFormatExtensions.cs (1)
70[XmlFormatExtension("body", SoapBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]