netsparker Class |
Namespace: MSL.Core.Process.Scripting.Api
The netsparker type exposes the following members.
| Name | Description | |
|---|---|---|
| clearEnvironmentVariable |
Clears the environment variable.
| |
| clearGlobalVariable |
Clears the global variable.
| |
| clearVariable |
Clears the variable.
| |
| getEnvironmentVariable |
Gets the environment variable.
| |
| getGlobalVariable |
Gets the global variable.
| |
| getVariable |
Gets the variable.
| |
| request(String) |
Performs a GET HTTP request to the specified URL.
| |
| request(Request) |
Performs an HTTP request to the specified Request.
| |
| setEnvironmentVariable |
Sets the environment variable.
| |
| setGlobalVariable |
Sets the global variable.
| |
| setVariable |
Sets the variable.
|