TheRequestData..::..PostData Property
   A byte array holding data sent with an incoming post request.
   
                
    Namespace: 
   nsCDEngine.ViewModelsAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public byte[] PostData { get; set; }
Public Property PostData As Byte() Get Set
public: property array<unsigned char^>^ PostData { array<unsigned char^>^ get (); void set (array<unsigned char^>^ value); }