메소드 | 설명 | |
---|---|---|
Close ( ) : void | ||
DataConnection ( FtpSession session, Socket listenSocket, int port ) : System | ||
GetStream ( SuperSocket.Ftp.FtpService.FtpContext context ) : Stream |
Gets the stream.
|
|
RunDataConnection ( ) : Task | ||
SendResponse ( SuperSocket.Ftp.FtpService.FtpContext context, List |
메소드 | 설명 | |
---|---|---|
OnClose ( ) : void |
Called when [close].
|
메소드 | 설명 | |
---|---|---|
GetFixedLength ( long length ) : string | ||
GetListTimeString ( System.DateTime time ) : string | ||
InitStream ( SuperSocket.Ftp.FtpService.FtpContext context ) : void | ||
ProcessAccept ( |
||
StopListener ( ) : void | ||
TryListenSocketPort ( |
||
TryOpenDataConnection ( FtpSession session, |
||
TryOpenDataConnection ( FtpSession session, int port, |
||
acceptEventArgs_Completed ( object sender, |
public DataConnection ( FtpSession session, Socket listenSocket, int port ) : System | ||
session | FtpSession | |
listenSocket | Socket | |
port | int | |
리턴 | System |
public GetStream ( SuperSocket.Ftp.FtpService.FtpContext context ) : Stream | ||
context | SuperSocket.Ftp.FtpService.FtpContext | The context. |
리턴 | Stream |
public SendResponse ( SuperSocket.Ftp.FtpService.FtpContext context, List |
||
context | SuperSocket.Ftp.FtpService.FtpContext | |
list | List |
|
리턴 | void |