WriteTo() public méthode

public WriteTo ( Stream stream ) : void
stream Stream
Résultat void
Exemple #1
0
 // This sends a command to the client
 public void SendCommand(RemoteCommand cmd)
 {
     cmd.WriteTo(sendbuffer);
 }
Exemple #2
0
 // This sends a command to the client
 public void SendCommand(RemoteCommand cmd)
 {
     cmd.WriteTo(sendbuffer);
 }