1 write to subType
System.Data.Services.Client (1)
parent\Server\System\Data\Services\HttpProcessUtility.cs (1)
1015
this.
subType
= subType;
3 references to subType
System.Data.Services.Client (3)
parent\Server\System\Data\Services\HttpProcessUtility.cs (3)
1022
get { return this.type + "/" + this.
subType
; }
1139
if (String.Equals(this.
subType
, XmlConstants.MimeXmlSubType, StringComparison.OrdinalIgnoreCase))
1149
String.Equals(this.
subType
, XmlConstants.MimeJsonSubType, StringComparison.OrdinalIgnoreCase))