Aracılığıyla paylaş


WebAuditEvent.RequestInformation Özellik

Tanım

Web isteğiyle ilişkili bilgileri alın.

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

Özellik Değeri

WebRequestInformation Web isteğiyle ilişkili bilgileri içeren bir.

Örnekler

Aşağıdaki kod örneğinde, özelliği aracılığıyla istek bilgilerinin nasıl alın aldığı gösterilmektedir WebRequestInformation .

// Obtains the current thread information.
public WebRequestInformation GetRequestInformation()
{
    // Obtain the Web request information.
    // No customization is allowed here.
    return RequestInformation;
}
' Obtains the current thread information.
Public Function GetRequestInformation() As WebRequestInformation 
    ' Obtain the Web request information.
    ' No customization is allowed here.
    Return RequestInformation

End Function 'GetRequestInformation

Açıklamalar

Bir arızanın RequestInformation nedenlerinin bulunmasına yardımcı olması için özelliği tarafından sağlanan bilgileri kullanın.

Şunlara uygulanır

Ayrıca bkz.