TlsClientConnectionT.copySessionState

Copies session state from one connection to another. This is not normally needed, but may be used when the same session needs to be used between different endpoints as is required by some protocols such as FTP over TLS. @source should have already completed a handshake, and @conn should not have completed a handshake.

template TlsClientConnectionT(TStruct)
void
copySessionState
(
TlsClientConnectionIF source
)

Parameters

source TlsClientConnectionIF

a #GTlsClientConnection

Meta

Since

2.46