프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_connection | ITerminalConnection | ||
_defaultHandler | IByteAsyncInputStream | ||
_site | IModalTerminalTaskSite |
메소드 | 설명 | |
---|---|---|
AbortByCancelButton ( ) : void | ||
AbortByCloseButton ( ) : void | ||
Dispose ( ) : void | ||
GetAdapter ( |
||
InitializeModelTerminalTask ( IModalTerminalTaskSite site, IByteAsyncInputStream default_handler, ITerminalConnection connection ) : void | ||
NotifyEndOfPacket ( ) : void | ||
OnAbnormalTermination ( string message ) : void | ||
OnNormalTermination ( ) : void | ||
OnReception ( Poderosa.Protocols.ByteDataFragment data ) : void | ||
Start ( ) : void |
메소드 | 설명 | |
---|---|---|
Abort ( string message, bool closeDialog ) : void | ||
Completed ( bool isAborted, bool closeDialog, string message ) : void | ||
ModemBase ( |
||
OnAbort ( string message, bool closeDialog ) : void | ||
OnStart ( ) : void | ||
OnStopped ( ) : void |
메소드 | 설명 | |
---|---|---|
DoUIEvents ( ) : void |
protected Abort ( string message, bool closeDialog ) : void | ||
message | string | |
closeDialog | bool | |
리턴 | void |
protected Completed ( bool isAborted, bool closeDialog, string message ) : void | ||
isAborted | bool | |
closeDialog | bool | |
message | string | |
리턴 | void |
public GetAdapter ( |
||
adapter | ||
리턴 | IAdaptable |
public InitializeModelTerminalTask ( IModalTerminalTaskSite site, IByteAsyncInputStream default_handler, ITerminalConnection connection ) : void | ||
site | IModalTerminalTaskSite | |
default_handler | IByteAsyncInputStream | |
connection | ITerminalConnection | |
리턴 | void |
protected ModemBase ( |
||
dialog | ||
리턴 | System |
public OnAbnormalTermination ( string message ) : void | ||
message | string | |
리턴 | void |
protected abstract OnAbort ( string message, bool closeDialog ) : void | ||
message | string | |
closeDialog | bool | |
리턴 | void |
public abstract OnReception ( Poderosa.Protocols.ByteDataFragment data ) : void | ||
data | Poderosa.Protocols.ByteDataFragment | |
리턴 | void |
protected IByteAsyncInputStream _defaultHandler | ||
리턴 | IByteAsyncInputStream |