4 references to BinarySession
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\FramingDecoders.cs (1)
363return FramingEncodingString.BinarySession;
System\ServiceModel\Channels\FramingEncoders.cs (1)
134if (contentType == FramingEncodingString.BinarySession)
System\ServiceModel\Channels\FramingFormat.cs (2)
136public const string ExtendedBinarySessionGZip = BinarySession + "+gzip"; 138public const string ExtendedBinarySessionDeflate = BinarySession + "+deflate";