Метод | Описание | |
---|---|---|
DownloadAddressBookEntryAsync ( |
Downloads an address book entry from the specified URL. No signature validation is performed.
|
|
DownloadEndpointAsync ( |
Downloads the endpoint described by the address book entry found at the given URL and verifies the signature.
|
|
OnlineAddressBook ( ) : System |
Initializes a new instance of the OnlineAddressBook class.
|
|
OnlineAddressBook ( |
Initializes a new instance of the OnlineAddressBook class.
|
protected DownloadAddressBookEntryAsync ( |
||
entryLocation | The location to download from. | |
cancellationToken | The cancellation token. | |
Результат | Task |
protected DownloadEndpointAsync ( |
||
entryLocation | The entry location. | |
cancellationToken | The cancellation token. | |
Результат | Task |
protected OnlineAddressBook ( |
||
httpClient | The HTTP client. | |
Результат | System |