HttpRequest.Result Class
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.
Result data of the the http operation.
public class HttpRequest.Result
type HttpRequest.Result = class
Public Class HttpRequest.Result
- Inheritance
-
HttpRequest.Result
Constructors
HttpRequest.Result() |
Initializes a new instance of the HttpRequest.Result class. |
HttpRequest.Result(HttpHeaders) |
Initializes a new instance of the HttpRequest.Result class. |
Properties
Content |
Gets or sets the content body from the response to the http operation. |
Headers |
Gets the headers from the response to the http operation. |
ReasonPhrase |
Gets or sets the reason phrase from the response to the http operation. |
StatusCode |
Gets or sets the status code from the response to the http operation. |