1 instantiation of MimeTextBinding
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
5394o = new global::System.Web.Services.Description.MimeTextBinding();
19 references to MimeTextBinding
System.ServiceModel (1)
System\ServiceModel\Description\WsdlImporter.cs (1)
799|| ext is WsdlNS.MimeTextBinding
System.Web.Services (18)
System\Web\Services\Configuration\WebServicesSection.cs (1)
494typeof(MimeTextBinding),
System\Web\Services\Description\MimeFormatExtensions.cs (2)
111[XmlFormatExtension("text", MimeTextBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))] 112[XmlFormatExtensionPrefix("tm", MimeTextBinding.Namespace)]
System\Web\Services\Description\MimeTextImporter.cs (5)
13MimeTextBinding textBinding; 15internal MimeTextBinding TextBinding { 29MimeTextBinding mimeTextBinding = (MimeTextBinding)ImportContext.OperationBinding.Output.Extensions.Find(typeof(MimeTextBinding));
System\Web\Services\Description\ServiceDescriptionSerializer.cs (10)
643else if (ai is global::System.Web.Services.Description.MimeTextBinding) { 644Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextBinding)ai), false, false); 735else if (ai is global::System.Web.Services.Description.MimeTextBinding) { 736Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextBinding)ai), false, false); 759void Write97_MimeTextBinding(string n, string ns, global::System.Web.Services.Description.MimeTextBinding o, bool isNullable, bool needType) { 766if (t == typeof(global::System.Web.Services.Description.MimeTextBinding)) { 1113else if (ai is global::System.Web.Services.Description.MimeTextBinding) { 1114Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextBinding)ai), false, false); 5382global::System.Web.Services.Description.MimeTextBinding Read97_MimeTextBinding(bool isNullable, bool checkType) { 5393global::System.Web.Services.Description.MimeTextBinding o;