Share via


Http2Limits.MaxFrameSize 속성

정의

수신할 수 있는 가장 큰 프레임 페이로드의 크기를 옥텟 단위로 나타냅니다. 크기는 2^14에서 2^24-1 사이여야 합니다.

값은 2^14에서 2^24 사이여야 하며, 기본값은 2^14 옥텟(16KiB)입니다.

public:
 property int MaxFrameSize { int get(); void set(int value); };
public int MaxFrameSize { get; set; }
member this.MaxFrameSize : int with get, set
Public Property MaxFrameSize As Integer

속성 값

적용 대상