Http2Limits.MaxFrameSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出允許以八位為單位接收的最大框架承載大小。 大小必須介於 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