Condividi tramite


PassportAuthenticationEventArgs.Context Proprietà

Definizione

Ottiene l'oggetto HttpContext relativo alla richiesta HTTP corrente. Questa classe è deprecata.

public:
 property System::Web::HttpContext ^ Context { System::Web::HttpContext ^ get(); };
public System.Web.HttpContext Context { get; }
member this.Context : System.Web.HttpContext
Public ReadOnly Property Context As HttpContext

Valore della proprietà

HttpContext

Oggetto HttpContext relativo alla richiesta HTTP corrente.

Commenti

Questa classe è stata deprecata e non è più supportata. Microsoft Passport Network è stato sostituito da Windows Live ID.

Si applica a

Vedi anche