C# Класс IronPigeon.Relay.Controllers.AddressBookController

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

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

Метод Описание
AddressBookController ( ) : System

Initializes a new instance of the AddressBookController class.

AddressBookController ( string tableName, string emailTableName, string cloudConfigurationName ) : System

Initializes a new instance of the AddressBookController class.

Index ( string blob ) : System.Web.Mvc.ActionResult

Returns the address book entry, or an HTML page for browsers. GET: /AddressBook/?blob={uri}

Приватные методы

Метод Описание
DeepLinkRedirect ( ) : System.Web.Mvc.ActionResult
GetAddressBookEntryByEmailHash ( string email, string emailHash ) : Task
GetMicrosoftAccount ( string id ) : Task
OneTimeInitializeAsync ( CloudStorageAccount azureAccount ) : System.Threading.Tasks.Task
PutMicrosoftAccount ( string id ) : Task

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

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

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

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

Initializes a new instance of the AddressBookController class.
public AddressBookController ( string tableName, string emailTableName, string cloudConfigurationName ) : System
tableName string Name of the table where address book entries are stored.
emailTableName string Name of the table where address book email addresses are stored.
cloudConfigurationName string Name of the cloud configuration.
Результат System

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

Returns the address book entry, or an HTML page for browsers. GET: /AddressBook/?blob={uri}
public Index ( string blob ) : System.Web.Mvc.ActionResult
blob string The blob address to redirect a programmatic client to.
Результат System.Web.Mvc.ActionResult