TLSSessionManager.loadFromServerInfo

Try to load a saved session (using info about server)

interface TLSSessionManager
public abstract
bool
loadFromServerInfo
(,
ref TLSSession session
)

Parameters

info TLSServerInformation

the information about the server

session TLSSession

will be set to the saved session data (if found), or not modified if not found

Return Value

Type: bool

true if session was modified

Meta