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