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