共用方式為


DeflateCookieTransform.MaxDecompressedSize 屬性

定義

取得或設定解壓縮的 Cookie 大小上限 (以位元組為單位)。

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

屬性值

解壓縮的 Cookie 大小上限,以位元組為單位。

適用於