1 write to type
System.Data.Services (1)
System\Data\Services\HttpProcessUtility.cs (1)
1014
this.
type
= type;
5 references to type
System.Data.Services (5)
System\Data\Services\HttpProcessUtility.cs (5)
1022
get { return this.
type
+ "/" + this.subType; }
1042
if (this.
type
== "*")
1052
if (WebUtil.CompareMimeType(this.
type
, candidateType))
1131
if (String.Equals(this.
type
, XmlConstants.MimeTextType, StringComparison.OrdinalIgnoreCase))
1148
else if (String.Equals(this.
type
, XmlConstants.MimeApplicationType, StringComparison.OrdinalIgnoreCase) &&