共用方式為


Http2Limits.MaxFrameSize 屬性

定義

指出允許以八位為單位接收的最大框架承載大小。 大小必須介於 2^14 和 2^24-1 之間。

值必須介於 2^14 和 2^24 之間,預設值為 2^14 八位 (16 KiB) 。

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

屬性值

適用於