Klasa PreRequestEventArgs
Dostarcza dane do WebTest.PreRequest zdarzenia.
Hierarchia dziedziczenia
Object
EventArgs
Microsoft.VisualStudio.TestTools.WebTesting.PreRequestEventArgs
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.WebTesting
Zestaw: Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Składnia
'Deklaracja
Public Class PreRequestEventArgs _
Inherits EventArgs
public class PreRequestEventArgs : EventArgs
public ref class PreRequestEventArgs : public EventArgs
type PreRequestEventArgs =
class
inherit EventArgs
end
public class PreRequestEventArgs extends EventArgs
Typ PreRequestEventArgs uwidacznia następujące elementy członkowskie.
Właściwości
Nazwa | Opis | |
---|---|---|
Instruction | Pobiera lub ustawia WebTestExecutionInstruction dla tego żądania. Dzięki temu nadchodzące żądania pominięte. | |
Request | Pobiera WebTestRequest powodujący PreRequest zdarzenia. | |
WebTest | Pobiera WebTest zawierający wniosek. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object). | |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). | |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). | |
MemberwiseClone | Creates a shallow copy of the current Object. (Odziedziczone z Object). | |
ToString | Returns a string that represents the current object. (Odziedziczone z Object). |
Początek
Uwagi
Zapewnia to odwołanie do WebTest wygenerowanego PreRequest zdarzenia, WebTestRequest powodujący PreRequest zdarzeń, lub WebTestExecutionInstruction dla żądania.
Bezpieczeństwo wątku
Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting