C# 클래스 UlteriusServer.TerminalServer.Cli.ConsoleSession

상속: ICliSession
파일 보기 프로젝트 열기: Ulterius/server

공개 프로퍼티들

프로퍼티 타입 설명
TypeName string

공개 메소드들

메소드 설명
ConsoleSession ( ILogger log ) : System
Dispose ( ) : void
Input ( string value, int commandCorrelationId ) : void

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Push ( string line ) : void
ReadAsync ( ) : Task
ReadErrorAsync ( ) : Task

메소드 상세

ConsoleSession() 공개 메소드

public ConsoleSession ( ILogger log ) : System
log ILogger
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Input() 공개 메소드

public Input ( string value, int commandCorrelationId ) : void
value string
commandCorrelationId int
리턴 void

프로퍼티 상세

TypeName 공개적으로 정적으로 프로퍼티

public static string TypeName
리턴 string