C# Class DomainrSharp.DomainrSharpService

Inheritance: IDomainrSharpService
Datei anzeigen Open project: ScottIsAFool/DomainrSharp

Private Properties

Property Type Description

Public Methods

Method Description
DomainrSharpService ( ) : System.Net

Initializes a new instance of the DomainrSharpService class.

DomainrSharpService ( string clientId ) : System.Net

Initializes a new instance of the DomainrSharpService class.

InfoDownloadAsync ( string domain ) : Task

Downloads the information asynchronously

SearchAsync ( string searchTerm ) : Task

Searches the async.

Method Details

DomainrSharpService() public method

Initializes a new instance of the DomainrSharpService class.
public DomainrSharpService ( ) : System.Net
return System.Net

DomainrSharpService() public method

Initializes a new instance of the DomainrSharpService class.
public DomainrSharpService ( string clientId ) : System.Net
clientId string The client id.
return System.Net

InfoDownloadAsync() public method

Downloads the information asynchronously
public InfoDownloadAsync ( string domain ) : Task
domain string The domain.
return Task

SearchAsync() public method

Searches the async.
public SearchAsync ( string searchTerm ) : Task
searchTerm string The search term.
return Task