TheRequestData..::..ResponseBuffer Property
A byte array property for response being returned to the sender. When an interceptor
sends return data to the client, this field holds the data to be returned.
Namespace:
nsCDEngine.ViewModelsAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public byte[] ResponseBuffer { get; set; }
Public Property ResponseBuffer As Byte() Get Set
public: property array<unsigned char^>^ ResponseBuffer { array<unsigned char^>^ get (); void set (array<unsigned char^>^ value); }