HttpResponse data type

Official Content
This documentation is valid for:

Writes the HTTP response.

Properties

Methods

Considerations

Notice that HttpResponse data is sent in chunks from the application server. It is important that your procedure code sets first the needed HttpHeaders (AddHeader) and then the content (using the AddFile or AddString methods.

Scope

Objects Procedure object, Transaction object, Web Panel object
Languages .NET, Java, Ruby (up to and including GeneXus X Evolution 3)
   

See also