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