Showdan.Net
c# client for the shodan api
Main Page
Related Pages
Namespaces
Classes
Files
File List
src
Shodan.Net
Models
Options
StatusEnum.cs
1
using
System
;
2
using
System
.Collections.Generic;
3
using
System
.Linq;
4
using
System
.Threading.Tasks;
5
6
namespace
Shodan
.Net.Models.Options
7
{
8
public
enum
StatusEnum
9
{
10
SUBMITTING,
11
QUEUE,
12
PROCESSING,
13
DONE
14
}
15
}
System
Shodan
Generated by
1.8.11