3 writes to Type
System.Web.Services (3)
System\Web\Services\Description\MimeFormReflector.cs (1)
23mimeContentBinding.Type = HtmlFormParameterReader.MimeType;
System\Web\Services\Description\MimeXmlReflector.cs (1)
30mimeContentBinding.Type = "text/xml";
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
5700o.@Type = Reader.Value;
3 references to Type
System.Web.Services (3)
System\Web\Services\Description\MimeFormImporter.cs (1)
15if (string.Compare(mimeContentBinding.Type, HtmlFormParameterReader.MimeType, StringComparison.OrdinalIgnoreCase) != 0) return null;
System\Web\Services\Description\MimeXmlImporter.cs (1)
35if (!ContentType.MatchesBase(mimeContentBinding.Type, ContentType.TextXml)) {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
868WriteAttribute(@"type", @"", ((global::System.String)o.@Type));