HttpServerContextContentBuffer Property |
Result, override content
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public byte[] ContentBuffer { get; set; }
Public Property ContentBuffer As Byte()
Get
Set
public:
property array<unsigned char>^ ContentBuffer {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member ContentBuffer : byte[] with get, set
Property Value
Type:
ByteSee Also