C# Class IronPigeon.Providers.RelayServiceAddressBook

An address book that resolves email addresses and email hashes via the message relay service.
Inheritance: OnlineAddressBook
ファイルを表示 Open project: AArnott/IronPigeon

Public Methods

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

Retrieves a contact with some user supplied identifier.

Method Details

LookupAsync() public method

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.
return Task