Class PeerSetting
- Namespace
- Fluxzy.Clients.H2
- Assembly
- Fluxzy.Core.dll
- Inheritance
-
PeerSetting
- Inherited Members
-
Properties
Default
public static PeerSetting Default { get; }
Property Value
- PeerSetting
EnablePush
public bool EnablePush { get; }
Property Value
- bool
MaxFrameSize
public int MaxFrameSize { get; set; }
Property Value
- int
public int MaxHeaderLine { get; set; }
Property Value
- int
public int MaxHeaderListSize { get; set; }
Property Value
- int
SettingsMaxConcurrentStreams
public int SettingsMaxConcurrentStreams { get; set; }
Property Value
- int
WindowSize
public int WindowSize { get; set; }
Property Value
- int