コード例 #1
0
            public void OnInboundControlStreamSetting(Internal.Http3.Http3SettingType type, long value)
            {
                _inner.OnInboundControlStreamSetting(type, value);

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

                Debug.Assert(success);
            }
コード例 #2
0
ファイル: Http3TestBase.cs プロジェクト: shat90/aspnetcore
 public void OnInboundControlStreamSetting(Internal.Http3.Http3SettingType type, long value)
 {
     _inner.OnInboundControlStreamSetting(type, value);
 }