MemoryResponseElement Class

Definition

Represents part of an output-cache entry that is stored in memory.

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
Inheritance
MemoryResponseElement
Attributes

Remarks

The output-cache response in a MemoryResponseElement object is stored in memory as an array of bytes. The array can contain all or part of an output-cache response.

Constructors

MemoryResponseElement(Byte[], Int64)

Initializes a new instance of the MemoryResponseElement class.

Properties

Buffer

Gets an array that contains all or part of an output-cache response.

Length

Gets the size of the array that is referenced by the Buffer property.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to