public bool WriteHandshake(HandshakeBase handshake)
 {
     return Write (handshake.ToByteArray ());
 }
示例#2
0
 public bool WriteHandshake(HandshakeBase handshake)
 {
     return(Write(handshake.ToByteArray()));
 }