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