|
Options | Name | Purpose | |
---|---|---|---|
CHARACTER GetConnectionString () |
/* Returns a string for the ABL socket CONNECT() method, based on the
various properties of this object.
SSL options are added regardless of whether the URI scheme is HTTPS: this is
to support secure tunnelling to servers via proxy.
@return character The connection string */
|
||
CHARACTER GetConnectionString (character) |
|
||
CHARACTER GetConnectionString (FormatMaskEnum) |
|
Options | Name | Purpose | |
---|---|---|---|
ClientSocketConnectionParameters () |
/* Default constructor */
|
||
ClientSocketConnectionParameters (character, character, integer) |
/* Constructor
@param character The scheme (HTTP/HTTPS)
@param character The host to which to connect
@param integer The port to which to connect */
|
||
ClientSocketConnectionParameters (URI) |
/* Constructor
@param URI The URI of the connection */
|
Options | Name | Purpose | |
---|---|---|---|
LOGICAL AllowServerDisconnect |
|
||
OpenEdge.Security.ICredentials ClientCredentials |
|
||
INTEGER ConnectTimeout |
|
||
OpenEdge.Core.ServerConnection.FormatMaskEnum FormatMask |
|
||
OpenEdge.Logging.ILogWriter Logger |
|
||
LOGICAL ReuseSession |
|
||
CHARACTER ServerNameIndicator |
|
||
CHARACTER SslCiphers |
|
||
CHARACTER SslProtocols |
|
||
CHARACTER TlsSupportedGroups |
|
||
OpenEdge.Net.URI URI |
|
||
LOGICAL VerifyHost |
|
CHARACTER GetConnectionString ()
|
||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER GetConnectionString (character)
|
||||||||||||||||
CHARACTER GetConnectionString (FormatMaskEnum)
|
ClientSocketConnectionParameters ()
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ClientSocketConnectionParameters (character, character, integer)
|
||||||||||||||||||||
ClientSocketConnectionParameters (URI)
|
LOGICAL AllowServerDisconnect
|
||||||||
---|---|---|---|---|---|---|---|---|
OpenEdge.Security.ICredentials ClientCredentials
|
||||||||
INTEGER ConnectTimeout
|
||||||||
OpenEdge.Core.ServerConnection.FormatMaskEnum FormatMask |
||||||||
OpenEdge.Logging.ILogWriter Logger
|
||||||||
LOGICAL ReuseSession
|
||||||||
CHARACTER ServerNameIndicator
|
||||||||
CHARACTER SslCiphers
|
||||||||
CHARACTER SslProtocols
|
||||||||
CHARACTER TlsSupportedGroups
|
||||||||
OpenEdge.Net.URI URI
|
||||||||
LOGICAL VerifyHost
|