C# 클래스 IronPigeon.Providers.DirectEntryAddressBook

An address book whose identifiers are URLs to the online address book entries.
상속: OnlineAddressBook
파일 보기 프로젝트 열기: AArnott/IronPigeon 1 사용 예제들

공개 메소드들

메소드 설명
DirectEntryAddressBook ( ) : System

Initializes a new instance of the DirectEntryAddressBook class.

DirectEntryAddressBook ( HttpClient httpClient ) : System

Initializes a new instance of the DirectEntryAddressBook class.

LookupAsync ( string identifier, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Retrieves a contact with some user supplied identifier.

메소드 상세

DirectEntryAddressBook() 공개 메소드

Initializes a new instance of the DirectEntryAddressBook class.
public DirectEntryAddressBook ( ) : System
리턴 System

DirectEntryAddressBook() 공개 메소드

Initializes a new instance of the DirectEntryAddressBook class.
public DirectEntryAddressBook ( HttpClient httpClient ) : System
httpClient System.Net.Http.HttpClient The HTTP client.
리턴 System

LookupAsync() 공개 메소드

Retrieves a contact with some user supplied identifier.
public LookupAsync ( string identifier, CancellationToken cancellationToken = default(CancellationToken) ) : Task
identifier string The user-supplied identifier for the contact.
cancellationToken System.Threading.CancellationToken A cancellation token.
리턴 Task