System::Web::HttpResponse class

HttpResponse class

Dummy class making it possible linking translated code with HttpResponse references, but not executing it. Contains no properly implemented members. Objects of this class should only be allocated using System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.

class HttpResponse : public System::Object

Methods

MethodDescription
AddHeader(const String&, const String&)Not implemented.
BinaryWrite(const System::ArrayPtr<uint8_t>&)Not implemented.
Clear()Not implemented.
ClearContent()Not implemented.
ClearHeaders()Not implemented.
End()Not implemented.
get_OutputStream()Not implemented.
HttpResponse(const System::SharedPtr<System::IO::TextWriter>&)Not implemented.
set_ContentType(const String&)Not implemented.

See Also