Showdan.Net
c# client for the shodan api
Main Page
Related Pages
Namespaces
Classes
Files
File List
src
Shodan.Net
Net
IRequstHandler.cs
1
using
Shodan
.
Net
.
Models
.
Options
;
2
using
System
;
3
using
System
.Collections.Generic;
4
using
System
.Linq;
5
using
System
.Net.Http;
6
using
System
.Threading.Tasks;
7
8
namespace
Shodan
.Net
9
{
13
public
interface
IRequstHandler
: IDisposable
14
{
15
Task<T> MakeRequestAsync<T>(Uri url, HttpContent content = null, RequestType requstType = RequestType.GET)
16
where T :
class
;
17
}
18
}
Shodan.Net.Models.Options
Definition:
RequestType.cs:6
System
Shodan.Net.IRequstHandler
sane wrapper of http, and simple abstraction layer for unit testing
Definition:
IRequstHandler.cs:13
Shodan.Net
Definition:
IShodanAsyncClient.cs:8
Shodan
Shodan.Net.Models
Definition:
ApiStatus.cs:7
Generated by
1.8.11