Showdan.Net
c# client for the shodan api
Namespaces | Classes | Enumerations
Shodan.Net Namespace Reference

Namespaces

Classes

class  FacetGenerator
 
interface  IRequstHandler
 sane wrapper of http, and simple abstraction layer for unit testing More...
 
interface  IShodanAsyncClient
 
class  QueryGenerator
 
class  RequestHandler
 sane wrapper of http, and simple abstraction layer for unit testing More...
 
class  ShodanClient
 Main mechanism to talk to the shodan api. This is what you should use to interact with the api More...
 
class  ShodanException
 

Enumerations

enum  OrderOption { asc, desc }
 Represents an order of either ascending or descending More...
 
enum  SortOptions { votes, timestamp }
 Represents an option to sort More...
 

Enumeration Type Documentation

Represents an order of either ascending or descending

12  {
13  asc,
14  desc
15  }

Represents an option to sort

12  {
13  votes,
14  timestamp
15  }