4 references to MimeType
System.Web.Services (4)
System\Web\Services\Description\MimeFormImporter.cs (1)
15
if (string.Compare(mimeContentBinding.Type, HtmlFormParameterReader.
MimeType
, StringComparison.OrdinalIgnoreCase) != 0) return null;
System\Web\Services\Description\MimeFormReflector.cs (1)
23
mimeContentBinding.Type = HtmlFormParameterReader.
MimeType
;
System\Web\Services\Protocols\HtmlFormParameterReader.cs (1)
27
if (!ContentType.MatchesBase(request.ContentType,
MimeType
)) return null;
System\Web\Services\Protocols\HtmlFormParameterWriter.cs (1)
33
request.ContentType = ContentType.Compose(HtmlFormParameterReader.
MimeType
, RequestEncoding);