Exemple #1
0
 public Ssl3ServerHandshakeLayer(RecordLayer recordLayer, SecurityOptions options) : base(recordLayer, options)
 {
 }
 public Tls1ClientHandshakeLayer(RecordLayer recordLayer, SecurityOptions options) : base(recordLayer, options)
 {
 }