MemoryResponseElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示存储在内存中的输出缓存项一部分。
public ref class MemoryResponseElement : System::Web::Caching::ResponseElement
[System.Serializable]
public class MemoryResponseElement : System.Web.Caching.ResponseElement
[<System.Serializable>]
type MemoryResponseElement = class
inherit ResponseElement
Public Class MemoryResponseElement
Inherits ResponseElement
- 继承
- 属性
注解
对象中的输出缓存响应 MemoryResponseElement 作为字节数组存储在内存中。 数组可包含全部或部分输出缓存响应。
构造函数
MemoryResponseElement(Byte[], Int64) |
初始化 MemoryResponseElement 类的新实例。 |
属性
Buffer |
获取包含整个或部分输出缓存响应的数组。 |
Length |
获取 Buffer 属性引用的数组的大小。 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |