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
Write( data AS MEMPTR, offset AS INTEGER, length AS INTEGER) Write( data AS LONGCHAR ) Write( data AS CHARACTER ) |