4 references to Binary
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\FramingDecoders.cs (1)
361
return FramingEncodingString.
Binary
;
System\ServiceModel\Channels\FramingEncoders.cs (1)
138
else if (contentType == FramingEncodingString.
Binary
)
System\ServiceModel\Channels\FramingFormat.cs (2)
135
public const string ExtendedBinaryGZip =
Binary
+ "+gzip";
137
public const string ExtendedBinaryDeflate =
Binary
+ "+deflate";