OpenEdge.Net.HTTP.Lib.ABLSockets.ABLSocketLibraryBuilder
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.Net.ServerConnection.ClientSocketConnectionParameters BuildSocketConnectionParams () |
/** Builds the connection parameter from the config options.
@return ClientSocketConnectionParameters The complete connection parameters. */
|
||
| OpenEdge.Net.ServerConnection.ClientSocket CreateClientSocket () |
/** Creates the ABL socket wrapper/holder class, based on the config */
|
||
| OpenEdge.Net.HTTP.IHttpClientLibrary NewLib () |
/** helper method to do the actual build */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| ABLSocketLibraryBuilder () |
/* Default constructor */
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.Net.HTTP.IHttpClientLibrary Library |
|
||
| CHARACTER LIB_NAME |
|
||
| CHARACTER LIB_VERSION |
|
Method Detail
OpenEdge.Net.ServerConnection.ClientSocketConnectionParameters BuildSocketConnectionParams ()
|
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
OpenEdge.Net.ServerConnection.ClientSocket CreateClientSocket ()
|
||||||||||
OpenEdge.Net.HTTP.IHttpClientLibrary NewLib ()
|
||||||||||
Constructor Detail
ABLSocketLibraryBuilder ()
|
||||||
|---|---|---|---|---|---|---|
Property Detail
OpenEdge.Net.HTTP.IHttpClientLibrary Library |
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER LIB_NAME
|
||||||||
CHARACTER LIB_VERSION
|
||||||||