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