Write( ) method (WebResponseWriter)

Writes content to the body of a Web response.

Return type: INTEGER (the count of bytes written to the Web stream)

Access: PUBLIC

Applies to: OpenEdge.Web.WebResponseWriter class

Syntax

Write( data AS MEMPTR, offset AS INTEGER, length AS INTEGER)
Write( data AS LONGCHAR )
Write( data AS CHARACTER )
data
The content to write to the Web stream.
offset
Offset in bytes to the first byte in the MEMPTR.
length
Number of bytes to write in the MEMPTR.