1 write to type
System.Data.Services.Client (1)
parent\Server\System\Data\Services\HttpProcessUtility.cs (1)
1014this.type = type;
3 references to type
System.Data.Services.Client (3)
parent\Server\System\Data\Services\HttpProcessUtility.cs (3)
1022get { return this.type + "/" + this.subType; } 1131if (String.Equals(this.type, XmlConstants.MimeTextType, StringComparison.OrdinalIgnoreCase)) 1148else if (String.Equals(this.type, XmlConstants.MimeApplicationType, StringComparison.OrdinalIgnoreCase) &&