Showdan.Net
c# client for the shodan api
Main Page
Related Pages
Namespaces
Classes
Files
File List
src
Shodan.Net
Models
Profile.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
Profile
14
{
15
[DataMember(Name =
"member"
)]
16
public
bool
Member {
get
;
set
; }
17
18
[DataMember(Name =
"credits"
)]
19
public
int
Credits {
get
;
set
; }
20
21
[DataMember(Name =
"display_name"
)]
22
public
string
DisplayName {
get
;
set
; }
23
24
[DataMember(Name =
"created"
)]
25
public
DateTime Created {
get
;
set
; }
26
}
27
}
System
Shodan.Net.Models.Profile
Represents data about your profile
Definition:
Profile.cs:13
Shodan
Generated by
1.8.11