OpenEdge.Net.HTTP.TlsConnectionAuthenticatedRequest
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL AddCallback (ISocketConnectionCredentialsHandler) |
/** Registers an instance of ISocketConnectionCredentialsHandler as a callback for credentials.
@param OpenEdge.Net.ServerConnection.ISocketConnectionCredentialsHandler
@return logical If the instance is already registered, or is null, then return FALSE. Otherwise return TRUE. */
|
||
| OpenEdge.Security.ICredentials GetCredentials (IConnectionParameters) |
/** Returns an instance of the credentials to use for a given connection.
@param OpenEdge.Core.ServerConnection.IConnectionParameters Should be a valid connection
@return OpenEdge.Security.ICredentials A set of credentials to use for the connection. */
|
||
| LOGICAL HasCallback (ISocketConnectionCredentialsHandler) |
/** Checks if an instance of ISocketConnectionCredentialsHandler exists as a callback.
@param OpenEdge.Net.ServerConnection.ISocketConnectionCredentialsHandler
@return logical If the instance is already registered, then return TRUE. Otherwise return FALSE. */
|
||
| LOGICAL RemoveCallback (ISocketConnectionCredentialsHandler) |
/** Removes an instance of ISocketConnectionCredentialsHandler as a callback for credentials.
@param OpenEdge.Net.ServerConnection.ISocketConnectionCredentialsHandler
@return logical If the instance is already removed, or is null, then return TRUE. Otherwise return FALSE. */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| TlsConnectionAuthenticatedRequest (IHttpRequest) |
/** Constructor.
@param OpenEdge.Net.HTTP.IHttpRequest Request being decorated */
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.Core.Collections.ISet Callbacks |
|
||
| OpenEdge.Security.ICredentials Credentials |
|
||
| INTEGER NumCallbacks |
|
Method Detail
LOGICAL AddCallback (ISocketConnectionCredentialsHandler)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OpenEdge.Security.ICredentials GetCredentials (IConnectionParameters)
|
||||||||||||||||
LOGICAL HasCallback (ISocketConnectionCredentialsHandler)
|
||||||||||||||||
LOGICAL RemoveCallback (ISocketConnectionCredentialsHandler)
|
||||||||||||||||
Constructor Detail
TlsConnectionAuthenticatedRequest (IHttpRequest)
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
Property Detail
OpenEdge.Core.Collections.ISet Callbacks
|
||||||||
|---|---|---|---|---|---|---|---|---|
OpenEdge.Security.ICredentials Credentials
|
||||||||
INTEGER NumCallbacks
|
||||||||