|
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | Close () |
/* Closes the web stream */ |
|
| # | Flush () |
/* Flushes the contents to the web stream */ |
|
| # | Open () |
/* Opens the web stream */ |
|
| # | INT64 Write (character) |
/* Writes character data to the web stream
@param character The data to write to the web stream
@return int64 The number of bytes written */ |
|
| # | INT64 Write (longchar) |
/* Writes character data to the web stream
@param longchar The data to write to the web stream
@return int64 The number of bytes written */ |
|
| # | INT64 Write (memptr, int64, int64) |
/* Writes some bytes from a memptr to the web stream
@param memptr The entire memptr
@param int64 The offset (start byte)
@param int64 The number of bytes to write from the offset
@return int64 The number of bytes written */ |
|
| WriteCookies () |
/* Writes all cookies into the web stream */ |
||
| + | WriteHeader (character, character) |
/* Helper method to write message headers into the http message
@param character The header name
@param character The header value */ |
|
| WriteHeaders () |
/* Writes all headers */ |
||
| WriteHttpPreamble () |
/* Writes out the HTTP status line & headers */ |
||
| WriteStatusLine () |
/* Writes the status line */ |
||
| + | WriteToStream (character) |
/* Writes some character data to the stream
@param character Data to write */ |
| Options | Name | Purpose | |
|---|---|---|---|
| # | WebResponseWriter () |
/* Default Constructor */ |
|
| # | WebResponseWriter (IHttpResponse) |
/* Constructor
@param IHttpResponse The response being written */ |
| Options | Name | Purpose | |
|---|---|---|---|
| + | CHARACTER CRLF |
|
|
| # | OpenEdge.Net.HTTP.IHttpMessage Message |
|
|
| OpenEdge.Net.HTTP.IHttpResponse Response |
/* */ |
||
| # | HANDLE WebStream |
/* The stream to which we are writing */ |
|
Top
PROTECTED Close ()
|
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED Flush ()
|
||||||||||||||||||||||||||||
PROTECTED Open ()
|
||||||||||||||||||||||||||||
PROTECTED INT64 Write (character)
|
||||||||||||||||||||||||||||
PROTECTED INT64 Write (longchar)
|
||||||||||||||||||||||||||||
PROTECTED INT64 Write (memptr, int64, int64)
|
||||||||||||||||||||||||||||
WriteCookies ()
|
||||||||||||||||||||||||||||
PUBLIC WriteHeader (character, character)
|
||||||||||||||||||||||||||||
WriteHeaders ()
|
||||||||||||||||||||||||||||
WriteHttpPreamble ()
|
||||||||||||||||||||||||||||
WriteStatusLine ()
|
||||||||||||||||||||||||||||
PUBLIC WriteToStream (character)
|
||||||||||||||||||||||||||||
PROTECTED WebResponseWriter ()
|
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED WebResponseWriter (IHttpResponse)
|
|||||||||||||
PUBLIC CHARACTER CRLF
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED OpenEdge.Net.HTTP.IHttpMessage Message
|
|||||||||||
OpenEdge.Net.HTTP.IHttpResponse Response
|
|||||||||||
PROTECTED HANDLE WebStream
|
|||||||||||