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