C# Class nessussharp.NessusSession

Inheritance: IDisposable
Afficher le fichier Open project: VolatileMindsLLC/nessus-sharp Class Usage Examples

Méthodes publiques

Méthode Description
Authenticate ( string username, string password ) : Newtonsoft.Json.Linq.JObject
Dispose ( ) : void
ExecuteCommand ( string verb, string uri, Newtonsoft.Json.Linq.JObject parameters = null ) : Newtonsoft.Json.Linq.JObject
NessusSession ( string username, string password, string host, int port = 8834 ) : System

Method Details

Authenticate() public méthode

public Authenticate ( string username, string password ) : Newtonsoft.Json.Linq.JObject
username string
password string
Résultat Newtonsoft.Json.Linq.JObject

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExecuteCommand() public méthode

public ExecuteCommand ( string verb, string uri, Newtonsoft.Json.Linq.JObject parameters = null ) : Newtonsoft.Json.Linq.JObject
verb string
uri string
parameters Newtonsoft.Json.Linq.JObject
Résultat Newtonsoft.Json.Linq.JObject

NessusSession() public méthode

public NessusSession ( string username, string password, string host, int port = 8834 ) : System
username string
password string
host string
port int
Résultat System