System.ServiceModel.Http2Protocol.Http2Protocol.Http2Protocol C# (CSharp) Method

Http2Protocol() private method

Initializes a new instance of the Http2Protocol class.
private Http2Protocol ( Uri uri, IStreamStore streamsStore ) : System.Collections.Generic
uri Uri The URI.
streamsStore IStreamStore The streams store.
return System.Collections.Generic
        internal Http2Protocol(Uri uri, IStreamStore streamsStore)
            : this(uri, streamsStore, null)
        {
        }

Same methods

Http2Protocol::Http2Protocol ( SecureSocket socket, IStreamStore streamsStore, ProtocolOptions options ) : System.Collections.Generic
Http2Protocol::Http2Protocol ( Uri uri, IStreamStore streamsStore, ProtocolOptions options ) : System.Collections.Generic