C# Класс DomainrSharp.DomainrSharpService

Наследование: IDomainrSharpService
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

DomainrSharpService() публичный Метод

Initializes a new instance of the DomainrSharpService class.
public DomainrSharpService ( ) : System.Net
Результат System.Net

DomainrSharpService() публичный Метод

Initializes a new instance of the DomainrSharpService class.
public DomainrSharpService ( string clientId ) : System.Net
clientId string The client id.
Результат System.Net

InfoDownloadAsync() публичный Метод

Downloads the information asynchronously
public InfoDownloadAsync ( string domain ) : Task
domain string The domain.
Результат Task

SearchAsync() публичный Метод

Searches the async.
public SearchAsync ( string searchTerm ) : Task
searchTerm string The search term.
Результат Task