NitroDebugger.RSP.Presentation.Presentation C# (CSharp) Method

Presentation() public method

public Presentation ( string hostname, int port ) : System
hostname string
port int
return System
        public Presentation(string hostname, int port)
        {
            this.session = new Session(hostname, port);
            this.ResetCancellationToken();
        }