System.ServiceModel.Channels.BinaryMessageEncoderFactory
namespace System.ServiceModel.Channels
{
internal class BinaryMessageEncoderFactory : MessageEncoderFactory
{
public static IXmlDictionary XmlDictionary { get; }
public int MaxWritePoolSize { get; }
public XmlDictionaryReaderQuotas ReaderQuotas { get; }
public int MaxReadPoolSize { get; }
public int MaxSessionSize { get; }
public CompressionFormat CompressionFormat { get; }
public BinaryMessageEncoderFactory(MessageVersion messageVersion, int maxReadPoolSize, int maxWritePoolSize, int maxSessionSize, XmlDictionaryReaderQuotas readerQuotas, long maxReceivedMessageSize, BinaryVersion version, CompressionFormat compressionFormat);
}
}