HTTP2SettingsRegistry¶
Represents a registry for HTTP/2 settings.
Fields:¶
Boolean IsReadOnly¶
- Gets a value indicating whether the registry is read-only.
Action<HTTP2SettingsRegistry, HTTP2Settings, UInt32, UInt32> OnSettingChangedEvent¶
- Event triggered when a setting changes.
UInt32 Item¶
- Indexer to get or set values based on an HTTP2Settings key.
Boolean IsChanged¶
- Gets a value indicating whether any setting has changed.
Methods:¶
Merge(HTTP2Settings, UInt32}})¶
- Merges the specified settings into the current registry.
Void Merge(HTTP2SettingsRegistry)¶
- Merges settings from another HTTP2SettingsRegistry into the current registry.