MemoryResponseElement.Buffer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.