Method | Description | |
---|---|---|
DirectoryListingOperation ( string objectName ) : System | ||
Finish ( ) : void | ||
Init ( ControlChannel controlClient, TransferMode mode ) : bool | ||
Process ( ControlChannel controlClient ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
ParseData ( byte data, int dataSize ) : void |
public DirectoryListingOperation ( string objectName ) : System | ||
objectName | string | |
return | System |
public Init ( ControlChannel controlClient, TransferMode mode ) : bool | ||
controlClient | ControlChannel | |
mode | TransferMode | |
return | bool |
protected ParseData ( byte data, int dataSize ) : void | ||
data | byte | |
dataSize | int | |
return | void |
public Process ( ControlChannel controlClient ) : System.Threading.Tasks.Task | ||
controlClient | ControlChannel | |
return | System.Threading.Tasks.Task |