Showdan.Net
c# client for the shodan api
Main Page
Related Pages
Namespaces
Classes
Files
File List
src
Shodan.Net
Models
ScanStatus.cs
1
using
Shodan
.
Net
.
Models
.
Options
;
2
using
System
;
3
using
System
.Collections.Generic;
4
using
System
.Linq;
5
using
System
.Runtime.Serialization;
6
using
System
.Threading.Tasks;
7
8
namespace
Shodan
.Net.Models
9
{
13
[DataContract]
14
public
class
ScanStatus
15
{
16
[DataMember(Name =
"id"
)]
17
public
string
Id {
get
;
set
; }
18
19
[DataMember(Name =
"count"
)]
20
public
int
Count {
get
;
set
; }
21
22
[DataMember(Name =
"status"
)]
23
public
StatusEnum? Status {
get
;
set
; }
24
}
25
}
Shodan.Net.Models.Options
Definition:
RequestType.cs:6
System
Shodan.Net
Definition:
IShodanAsyncClient.cs:8
Shodan
Shodan.Net.Models
Definition:
ApiStatus.cs:7
Shodan.Net.Models.ScanStatus
Result of ShodanClient.GetScanStatusAsync(string)
Definition:
ScanStatus.cs:14
Generated by
1.8.11