WriteTo() public method

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