public bool WriteHandshake(HandshakeBase handshake)
 {
     return Write (handshake.ToByteArray ());
 }
Exemplo n.º 2
0
 public bool WriteHandshake(HandshakeBase handshake)
 {
     return(Write(handshake.ToByteArray()));
 }