renegotiate method Null safety
- @Deprecated("Not implemented")
- {bool useSessionCache = true,
- bool requestClientCertificate = false,
- bool requireClientCertificate = false}
@Deprecated("Not implemented")
Does nothing.
The original intent was to allow TLS renegotiation of existing secure connections.
Implementation
@Deprecated("Not implemented")
void renegotiate(
{bool useSessionCache = true,
bool requestClientCertificate = false,
bool requireClientCertificate = false});