C# 클래스 Microsoft.R.Host.Broker.Sessions.Session

파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
ConnectClient ( ) : IMessagePipeEnd
KillHost ( ) : void
StartHost ( SecureString password, string profilePath, ILogger outputLogger, LogVerbosity verbosity ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ConnectClient() 공개 메소드

public ConnectClient ( ) : IMessagePipeEnd
리턴 IMessagePipeEnd

KillHost() 공개 메소드

public KillHost ( ) : void
리턴 void

StartHost() 공개 메소드

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