C# Class Microsoft.R.Host.Broker.Sessions.Session

Mostra file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
ConnectClient ( ) : IMessagePipeEnd
KillHost ( ) : void
StartHost ( SecureString password, string profilePath, ILogger outputLogger, LogVerbosity verbosity ) : void

Private Methods

Method Description
ClientToHostWorker ( Stream stream, IMessagePipeEnd pipe ) : System.Threading.Tasks.Task
FillFromStreamAsync ( Stream stream, byte buffer ) : Task
HostToClientWorker ( Stream stream, IMessagePipeEnd pipe ) : System.Threading.Tasks.Task
Session ( SessionManager manager, IIdentity user, string id, Interpreter interpreter, string commandLineArguments, ILogger sessionLogger, ILogger messageLogger ) : System
StartSession ( ) : void

Method Details

ConnectClient() public method

public ConnectClient ( ) : IMessagePipeEnd
return IMessagePipeEnd

KillHost() public method

public KillHost ( ) : void
return void

StartHost() public method

public StartHost ( SecureString password, string profilePath, ILogger outputLogger, LogVerbosity verbosity ) : void
password System.Security.SecureString
profilePath string
outputLogger ILogger
verbosity LogVerbosity
return void