|
| FileView (Node _client) |
|
async Task | SendType () |
| Sends the specified type using the client's SendAsync method.
|
|
async Task< FileData > | GetInfo (string path) |
| Retrieves information about the files and directories at the specified path.
|
|
◆ FileView()
xeno_rat_server.Forms.FileView.FileView |
( |
Node | _client | ) |
|
|
inline |
◆ GetInfo()
async Task< FileData > xeno_rat_server.Forms.FileView.GetInfo |
( |
string | path | ) |
|
|
inline |
Retrieves information about the files and directories at the specified path.
- Parameters
-
path | The path for which to retrieve information. |
- Returns
- An object containing the list of directories and files at the specified path .
This method sends a request to the server to retrieve information about the files and directories at the specified path . If the request is successful, the method populates the FileData object with the retrieved information. If the request fails, the FileData.success property is set to false.
◆ SendType()
async Task xeno_rat_server.Forms.FileView.SendType |
( |
| ) |
|
|
inline |
Sends the specified type using the client's SendAsync method.
This method sends the specified type, represented as a byte array, using the client's SendAsync method.
◆ client
Node xeno_rat_server.Forms.FileView.client |
The documentation for this class was generated from the following file:
- /Users/sumansaurabh/Documents/my-startup/xeno-rat/xeno rat server/Forms/File manager.cs