C# 클래스 BestHTTP.Connections.HTTP2.HTTP2PluginSettings

파일 보기 프로젝트 열기: esg4aspl/MeepleEngine-A-Software-Product-Line-For-Online-Board-Games-With-Unity3D-and-Spring-Boot2

공개 프로퍼티들

프로퍼티 타입 설명
HeaderTableSize UInt32
InitialConnectionWindowSize UInt32
InitialStreamWindowSize UInt32
MaxConcurrentStreams UInt32
MaxFrameSize UInt32
MaxHeaderListSize UInt32
MaxIdleTime TimeSpan
PingFrequency TimeSpan

프로퍼티 상세

HeaderTableSize 공개적으로 프로퍼티

Maximum size of the HPACK header table.
public UInt32 HeaderTableSize
리턴 UInt32

InitialConnectionWindowSize 공개적으로 프로퍼티

Global window size of a http/2 connection. Its default value is the maximum possible value on 31 bits.
public UInt32 InitialConnectionWindowSize
리턴 UInt32

InitialStreamWindowSize 공개적으로 프로퍼티

Initial window size of a http2 stream. Its default value is 10 Mb (10 * 1024 * 1024).
public UInt32 InitialStreamWindowSize
리턴 UInt32

MaxConcurrentStreams 공개적으로 프로퍼티

Maximum concurrent http2 stream on http2 connection will allow. Its default value is 128;
public UInt32 MaxConcurrentStreams
리턴 UInt32

MaxFrameSize 공개적으로 프로퍼티

Maximum size of a http2 frame.
public UInt32 MaxFrameSize
리턴 UInt32

MaxHeaderListSize 공개적으로 프로퍼티

Not used.
public UInt32 MaxHeaderListSize
리턴 UInt32

MaxIdleTime 공개적으로 프로퍼티

With HTTP/2 only one connection will be open so we can can keep it open longer as we hope it will be resued more.
public TimeSpan MaxIdleTime
리턴 TimeSpan

PingFrequency 공개적으로 프로퍼티

Time between two ping messages.
public TimeSpan PingFrequency
리턴 TimeSpan