Esempio n. 1
0
 public Session()
 {
     this.Handshake = new HandshakeInfo();
     Records        = new DTLSRecords();
 }
Esempio n. 2
0
 public Session()
 {
     this.Handshake = new HandshakeInfo();
     Records = new DTLSRecords();
 }