C# Класс ExampleOAuthChannel.UserAuthorize

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
Approve global::System.Web.UI.WebControls.Button
Deny global::System.Web.UI.WebControls.Button
consumerKey global::System.Web.UI.WebControls.Label
form1 global::System.Web.UI.HtmlControls.HtmlForm

Private Properties

Свойство Тип Описание
ApproveRequestForAccess void
DenyRequestForAccess void
GetTokenString string
RedirectToClient void

Защищенные методы

Метод Описание
Approve_Click ( object sender, EventArgs e ) : void
Deny_Click ( object sender, EventArgs e ) : void

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

Метод Описание
ApproveRequestForAccess ( string tokenString ) : void
DenyRequestForAccess ( string tokenString ) : void
GetTokenString ( ) : string
RedirectToClient ( string token, bool granted ) : void

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

Approve_Click() защищенный Метод

protected Approve_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Deny_Click() защищенный Метод

protected Deny_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

Approve защищенное свойство

Approve control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button Approve
Результат global::System.Web.UI.WebControls.Button

Deny защищенное свойство

Deny control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button Deny
Результат global::System.Web.UI.WebControls.Button

consumerKey защищенное свойство

consumerKey control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label consumerKey
Результат global::System.Web.UI.WebControls.Label

form1 защищенное свойство

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
Результат global::System.Web.UI.HtmlControls.HtmlForm