C# Class Poderosa.XZModem.ZModemSender

ZMODEM sender
Inheritance: ZModem
Exibir arquivo Open project: poderosaproject/poderosa

Public Methods

Method Description
Dispose ( ) : void
ZModemSender ( XZModemDialog parent, string filename ) : System

Protected Methods

Method Description
OnAbort ( string message, bool closeDialog ) : void
OnStart ( ) : void
OnStopped ( ) : void
ProcessAbortByPeer ( ) : void
ProcessFileData ( byte data, int offset, int length ) : void
ProcessHeader ( Header hdr ) : void

Private Methods

Method Description
SendOverAndOut ( ) : void
SendRZ ( ) : void
SendZDATA ( CancellationToken cancelToken ) : void
SendZFILE ( ) : void
SendZFIN ( ) : void
SendZRQInit ( ) : void
StopSendingTask ( bool wait ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnAbort() protected method

protected OnAbort ( string message, bool closeDialog ) : void
message string
closeDialog bool
return void

OnStart() protected method

protected OnStart ( ) : void
return void

OnStopped() protected method

protected OnStopped ( ) : void
return void

ProcessAbortByPeer() protected method

protected ProcessAbortByPeer ( ) : void
return void

ProcessFileData() protected method

protected ProcessFileData ( byte data, int offset, int length ) : void
data byte
offset int
length int
return void

ProcessHeader() protected method

protected ProcessHeader ( Header hdr ) : void
hdr Header
return void

ZModemSender() public method

public ZModemSender ( XZModemDialog parent, string filename ) : System
parent XZModemDialog
filename string
return System