1 instantiation of MimeContentBinding
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6894o = new global::System.Web.Services.Description.MimeContentBinding();
13 references to MimeContentBinding
System.Web.Services.Description (13)
System\Web\Services\Configuration\WebServicesSection.cs (1)
102typeof(MimeContentBinding),
System\Web\Services\Description\MimeFormatExtensions.cs (2)
38[XmlFormatExtension("multipartRelated", MimeContentBinding.Namespace, typeof(InputBinding), typeof(OutputBinding))] 44[XmlFormatExtension("mimeXml", MimeContentBinding.Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))]
System\Web\Services\Description\ServiceDescriptionSerializer.cs (10)
737else if (ai is global::System.Web.Services.Description.MimeContentBinding) { 738Write93_MimeContentBinding(@"content", @"http://schemas.xmlsoap.org/wsdl/mime/", ((global::System.Web.Services.Description.MimeContentBinding)ai), false, false); 842else if (ai is global::System.Web.Services.Description.MimeContentBinding) { 843Write93_MimeContentBinding(@"content", @"http://schemas.xmlsoap.org/wsdl/mime/", ((global::System.Web.Services.Description.MimeContentBinding)ai), false, false); 986private void Write93_MimeContentBinding(string n, string ns, global::System.Web.Services.Description.MimeContentBinding o, bool isNullable, bool needType) { 997if (t == typeof(global::System.Web.Services.Description.MimeContentBinding)) { 1323else if (ai is global::System.Web.Services.Description.MimeContentBinding) { 1324Write93_MimeContentBinding(@"content", @"http://schemas.xmlsoap.org/wsdl/mime/", ((global::System.Web.Services.Description.MimeContentBinding)ai), false, false); 6872private global::System.Web.Services.Description.MimeContentBinding Read93_MimeContentBinding(bool isNullable, bool checkType) { 6893global::System.Web.Services.Description.MimeContentBinding o;