Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Version: Available or changed with runtime version 15.0.
Represents a test HTTP request message.
Instance methods
The following methods are available on instances of the TestHttpRequestMessage data type.
| Method name | Description |
|---|---|
| HasSecretUri() | true if the request has a secret URI set, otherwise false. |
| Path() | Gets the path of the HTTP request unless a secret URI was set, in which case it's an empty string. |
| QueryParameters() | Gets the query parameters of the HTTP request if the request does not have a secret URI, otherwise an empty Dictionary. |
| RequestType() | Gets the HTTP method type. |