6 references to Binary
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryVersion.cs (1)
11static public readonly BinaryVersion Version1 = new BinaryVersion(FramingEncodingString.Binary, FramingEncodingString.BinarySession, ServiceModelDictionary.Version1);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingDecoders.cs (1)
352return FramingEncodingString.Binary;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingEncoders.cs (1)
129else if (contentType == FramingEncodingString.Binary)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingFormat.cs (2)
134public const string ExtendedBinaryGZip = Binary + "+gzip"; 136public const string ExtendedBinaryDeflate = Binary + "+deflate";
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageBuffer.cs (1)
39get { return FramingEncodingString.Binary; }