Class H2StreamSetting
public class H2StreamSetting
- Inheritance
-
H2StreamSetting
- Inherited Members
Properties
Local
public PeerSetting Local { get; set; }
Property Value
MaxFrameSizeAllowed
public int MaxFrameSizeAllowed { get; set; }
Property Value
MaxHeaderSize
public int MaxHeaderSize { get; set; }
Property Value
MaxIdleSeconds
Number of idle seconds before the h2 connection is released
public int MaxIdleSeconds { get; set; }
Property Value
OverallWindowSize
public int OverallWindowSize { get; set; }
Property Value
ReadBufferLength
Read buffer used by the connection. Should be at least MAX_FRAME_SIZE
public int ReadBufferLength { get; set; }
Property Value
Remote
public PeerSetting Remote { get; set; }
Property Value
SettingsHeaderTableSize
public int SettingsHeaderTableSize { get; set; }
Property Value
WaitForSettingDelay
public TimeSpan WaitForSettingDelay { get; set; }