DeflateCookieTransform.MaxDecompressedSize 属性

定义

获取或设置所允许的压缩了的缓存的最大大小(以字节为单位)。

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 的最大大小(以字节为单位)。

适用于