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