C# 클래스 DomainrSharp.DomainrSharpService

상속: IDomainrSharpService
파일 보기 프로젝트 열기: ScottIsAFool/DomainrSharp

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