System.ServiceModel.Http2Protocol.ProtocolOptions.ProtocolOptions C# (CSharp) Метод

ProtocolOptions() публичный Метод

Initializes a new instance of the ProtocolOptions class.
public ProtocolOptions ( )
        public ProtocolOptions()
        {
            this.UseCompression = true;
            this.CompressionIsStateful = true;
            this.IsFlowControl = false;
        }

Same methods

ProtocolOptions::ProtocolOptions ( string str )
ProtocolOptions::ProtocolOptions ( string compression, string quantum )
ProtocolOptions