![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| void | Save (GPALFile file=null) |
| Saves this configuration to file. If file is provided it becomes the new default path for this session. | |
Static Public Member Functions | |
| static GoogleDorkingConfig | Load (GPALFile file=null) |
| Loads the Google Dorking config from file, falling back to defaults if missing or invalid. If file is provided it becomes the new default path for this session. | |
Properties | |
| string | SearchApiBase = "https://www.googleapis.com/customsearch" [get, set] |
| string | SearchEndpoint = "/v1" [get, set] |
| string | QueryFields = "items(title,link,snippet)" [get, set] |
| string | ApiKey [get, set] |
| string | EngineId [get, set] |
Definition at line 26 of file GoogleDorking.cs.
|
static |
Loads the Google Dorking config from file, falling back to defaults if missing or invalid. If file is provided it becomes the new default path for this session.
Definition at line 40 of file GoogleDorking.cs.
| void GenerallyPositive.GoogleDorkingConfig.Save | ( | GPALFile | file = null | ) |
Saves this configuration to file. If file is provided it becomes the new default path for this session.
Definition at line 68 of file GoogleDorking.cs.
|
getset |
Definition at line 33 of file GoogleDorking.cs.
|
getset |
Definition at line 34 of file GoogleDorking.cs.
|
getset |
Definition at line 32 of file GoogleDorking.cs.
|
getset |
Definition at line 30 of file GoogleDorking.cs.
|
getset |
Definition at line 31 of file GoogleDorking.cs.