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