renegotiate 抽象方法

  1. @已弃用("未实现")
void renegotiate(
  1. {bool useSessionCache = true,
  2. bool requestClientCertificate = false,
  3. bool requireClientCertificate = false}
)

不执行任何操作。

原始目的是允许对现有安全连接进行TLS重协商。

实现

@Deprecated("Not implemented")
void renegotiate(
    {bool useSessionCache = true,
    bool requestClientCertificate = false,
    bool requireClientCertificate = false});