WriteTo() public method

public WriteTo ( Stream stream ) : void
stream Stream
return void
Esempio n. 1
0
 // This sends a command to the client
 public void SendCommand(RemoteCommand cmd)
 {
     cmd.WriteTo(sendbuffer);
 }
Esempio n. 2
0
 // This sends a command to the client
 public void SendCommand(RemoteCommand cmd)
 {
     cmd.WriteTo(sendbuffer);
 }