HttpRequest.ResponseTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of possible response types.
public enum HttpRequest.ResponseTypes
type HttpRequest.ResponseTypes =
Public Enum HttpRequest.ResponseTypes
- Inheritance
-
HttpRequest.ResponseTypes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No response expected |
Json | 1 | Plain JSON response |
Activity | 2 | JSON Activity object to send to the user |
Activities | 3 | Json Array of activity objects to send to the user |
Binary | 4 | Binary data parsing from http response content |