Esempio n. 1
0
            public void OnInboundControlStreamSetting(Http3SettingType type, long value)
            {
                _inner.OnInboundControlStreamSetting(type, value);

                var success = _http3TestBase._serverReceivedSettings.Writer.TryWrite(
                    new KeyValuePair <Http3SettingType, long>(type, value));

                Debug.Assert(success);
            }
Esempio n. 2
0
 public void OnInboundControlStreamSetting(Internal.Http3.Http3SettingType type, long value)
 {
     _inner.OnInboundControlStreamSetting(type, value);
 }