C# 클래스 IronPigeon.Relay.Controllers.AddressBookController

상속: Controller
파일 보기 프로젝트 열기: AArnott/IronPigeon

공개 메소드들

메소드 설명
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