OpenEdge.Net.HTTP.ResponseBuilder
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.Net.HTTP.ResponseBuilder Build () |
/** Builder director method.
@return RequestBuilder A builder for the requested type */
|
||
| Destroy () |
/* Destroy/Shutdown/Anti-Initializer */
|
||
| OpenEdge.Net.HTTP.ResponseBuilder HttpVersion (character) |
/** Sets the HTTP version of the request
@param character A version
@return ResponseBuilder The response builder being constructed. */
|
||
| Initialize () |
/* Initializer/Startup */
|
||
| InitializeRegistry (BuilderRegistry) |
/** Adds initial values into the registry
@param BuilderRegistry The registry to populate */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| ResponseBuilder () |
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.Net.HTTP.BuilderRegistry Registry |
|
||
| OpenEdge.Net.HTTP.IHttpResponse Response |
|
Method Detail
OpenEdge.Net.HTTP.ResponseBuilder Build ()
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Destroy ()
|
||||||||||||||||
OpenEdge.Net.HTTP.ResponseBuilder HttpVersion (character)
|
||||||||||||||||
Initialize ()
|
||||||||||||||||
InitializeRegistry (BuilderRegistry)
|
||||||||||||||||
Constructor Detail
ResponseBuilder () |
||||
|---|---|---|---|---|
Property Detail
OpenEdge.Net.HTTP.BuilderRegistry Registry |
||||||||
|---|---|---|---|---|---|---|---|---|
OpenEdge.Net.HTTP.IHttpResponse Response
|
||||||||