1 instantiation of MimePart
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
6974o = 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))] 88public MimePart this[int index] 90get { return (MimePart)List[index]; } 95public int Add(MimePart mimePart) 101public void Insert(int index, MimePart mimePart) 107public int IndexOf(MimePart mimePart) 113public bool Contains(MimePart mimePart) 119public void Remove(MimePart mimePart) 125public 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)
885Write103_MimePart(@"part", @"http://schemas.xmlsoap.org/wsdl/mime/", ((global::System.Web.Services.Description.MimePart)a[ia]), false, false); 892private void Write103_MimePart(string n, string ns, global::System.Web.Services.Description.MimePart o, bool isNullable, bool needType) 902if (t == typeof(global::System.Web.Services.Description.MimePart)) 6959private global::System.Web.Services.Description.MimePart Read103_MimePart(bool isNullable, bool checkType) 6973global::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))]