Xeno-rat
Loading...
Searching...
No Matches
xeno_rat_server.Forms.FileView Class Reference
Collaboration diagram for xeno_rat_server.Forms.FileView:

Public Member Functions

 FileView (Node _client)
 
async Task SendType ()
 Sends the specified type using the client's SendAsync method.
 
async Task< FileDataGetInfo (string path)
 Retrieves information about the files and directories at the specified path.
 

Public Attributes

Node client
 

Constructor & Destructor Documentation

◆ FileView()

xeno_rat_server.Forms.FileView.FileView ( Node _client)
inline

Member Function Documentation

◆ 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
pathThe 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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ 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.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ client

Node xeno_rat_server.Forms.FileView.client

The documentation for this class was generated from the following file: