NitroDebugger.RSP.Presentation.Presentation C# (CSharp) Метод

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

public Presentation ( string hostname, int port ) : System
hostname string
port int
Результат System
        public Presentation(string hostname, int port)
        {
            this.session = new Session(hostname, port);
            this.ResetCancellationToken();
        }