C# Class UlteriusServer.TerminalServer.Cli.ConsoleSession

Inheritance: ICliSession
Mostrar archivo Open project: Ulterius/server

Public Properties

Property Type Description
TypeName string

Public Methods

Method Description
ConsoleSession ( ILogger log ) : System
Dispose ( ) : void
Input ( string value, int commandCorrelationId ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
Push ( string line ) : void
ReadAsync ( ) : Task
ReadErrorAsync ( ) : Task

Method Details

ConsoleSession() public method

public ConsoleSession ( ILogger log ) : System
log ILogger
return System

Dispose() public method

public Dispose ( ) : void
return void

Input() public method

public Input ( string value, int commandCorrelationId ) : void
value string
commandCorrelationId int
return void

Property Details

TypeName public_oe static_oe property

public static string TypeName
return string