|
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
Close () |
/** Closes the output. See Open() */ |
|||||
|
Flush () |
/** Flushes data to the output location. What data is flushed depends on the implementation */ |
|||||
|
Open () |
/** Opens the writer for output. Open/Close allows us to write the same message multiple
times without requiring a new writer each time. */ |
|||||
|
Write (character) |
/** Write data to/from the message
@param character Data to write */ |
|||||
|
Write (longchar) |
/** Write data to the output location
@param longchar Data to write */ |
|||||
|
Write (handle) |
/** Write data to/from the message
@param handle Data to write */ |
|||||
|
Write (IHttpRequest) |
/* Specialised writer method for requests
@param IHttpRequest A request to write */ |
|||||
|
Write (memptr) |
/** Write data to the output location
@param memptr Data to write */ |
|||||
|
Write (Object) |
/** Write data to the output location
@param Object Data to write */ |
|||||
|
Write (SocketReadEventArgs) |
/* Specialised writer method for socket read args
@param SocketReadEventArgs A socket read args to write */ |
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
ClientSocketResponseWriter (IHttpResponse, ByteBucket) |
|
Options | Name | Purpose | |||||
---|---|---|---|---|---|---|---|
|
INTEGER CR |
/* magic numbers */ |
|||||
|
INTEGER LF |
|
|||||
|
OpenEdge.Net.HTTP.IHttpMessage Message |
/** (mandatory) The message that's being written */ |
|||||
|
OpenEdge.Core.ByteBucket MessageBody |
/* the message body, passed-in */ |
|||||
|
OpenEdge.Net.HTTP.IHttpRequest Request |
/* helper variable for the request, to avoid constant casting */ |
|||||
|
OpenEdge.Net.HTTP.IHttpResponse Response |
/* helper variable for the response, to avoid constant casting */ |
Top
Close ()
|
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Flush ()
|
|||||||||||||
Open ()
|
|||||||||||||
Write (character)
|
|||||||||||||
Write (longchar)
|
|||||||||||||
Write (handle)
|
|||||||||||||
Write (IHttpRequest)
|
|||||||||||||
Write (memptr)
|
|||||||||||||
Write (Object)
|
|||||||||||||
Write (SocketReadEventArgs)
|
ClientSocketResponseWriter (IHttpResponse, ByteBucket)
|
---|
INTEGER CR
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
INTEGER LF
|
|||||||||||
OpenEdge.Net.HTTP.IHttpMessage Message
|
|||||||||||
OpenEdge.Core.ByteBucket MessageBody
|
|||||||||||
OpenEdge.Net.HTTP.IHttpRequest Request
|
|||||||||||
OpenEdge.Net.HTTP.IHttpResponse Response
|
Progress® OpenEdge® Release 11.7