8 references to Binary
System.Data.Services (8)
System\Data\Services\DataService.cs (2)
592
if (responseFormat == ContentFormat.
Binary
)
1020
return ContentFormat.
Binary
;
System\Data\Services\ResponseBodyWriter.cs (1)
108
case ContentFormat.
Binary
:
System\Data\Services\Serializers\Deserializer.cs (3)
216
contentFormat == ContentFormat.
Binary
|| contentFormat == ContentFormat.Text,
267
if (requestFormat == ContentFormat.
Binary
)
307
requestFormat = ContentFormat.
Binary
;
System\Data\Services\WebUtil.cs (2)
111
new KeyValuePair<Type, ContentFormat>(typeof(byte[]), ContentFormat.
Binary
),
112
new KeyValuePair<Type, ContentFormat>(typeof(Binary), ContentFormat.
Binary
),