MemoryResponseElement.Buffer Property

Definition

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

public:
 property cli::array <System::Byte> ^ Buffer { cli::array <System::Byte> ^ get(); };
public byte[] Buffer { get; }
member this.Buffer : byte[]
Public ReadOnly Property Buffer As Byte()

Property Value

Byte[]

An array of byte objects.

Remarks

The value of Buffer property must not be null, although it can be a zero-length array. If Buffer property is null, the MemoryResponseElement constructor throws an ArgumentNullException. If the Length property is less than zero or greater than the size of the value of Buffer property.

Applies to