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); }
public void OnInboundControlStreamSetting(Internal.Http3.Http3SettingType type, long value) { _inner.OnInboundControlStreamSetting(type, value); }