WebRequestEvent.RequestInformation Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene le informazioni associate alla richiesta dell'applicazione Web.
public:
property System::Web::Management::WebRequestInformation ^ RequestInformation { System::Web::Management::WebRequestInformation ^ get(); };
public System.Web.Management.WebRequestInformation RequestInformation { get; }
member this.RequestInformation : System.Web.Management.WebRequestInformation
Public ReadOnly Property RequestInformation As WebRequestInformation
Valore della proprietà
Informazioni associate alla richiesta dell'applicazione Web.
Esempio
Nell'esempio di codice seguente viene illustrato come ottenere le informazioni sulla richiesta Web.
Commenti
Le informazioni sulla richiesta standard sono definite dalla WebRequestInformation classe .