CodeImp.Gluon.RemoteCommand.RemoteCommand C# (CSharp) Метод

RemoteCommand() публичный Метод

public RemoteCommand ( RemoteClient client ) : System
client RemoteClient
Результат System
        public RemoteCommand(RemoteClient client)
        {
            // Initialize
            this.client = client;
            headercomplete = false;
            source = "";
            target = "";
            command = "";
            datalength = 0;
            data = new byte[0];
        }