HttpRequest.Result Constructors
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.
Overloads
HttpRequest.Result() |
Initializes a new instance of the HttpRequest.Result class. |
HttpRequest.Result(HttpHeaders) |
Initializes a new instance of the HttpRequest.Result class. |
HttpRequest.Result()
Initializes a new instance of the HttpRequest.Result class.
public Result ();
Public Sub New ()
Applies to
HttpRequest.Result(HttpHeaders)
Initializes a new instance of the HttpRequest.Result class.
public Result (System.Net.Http.Headers.HttpHeaders headers);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.HttpRequest.Result : System.Net.Http.Headers.HttpHeaders -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.HttpRequest.Result
Public Sub New (headers As HttpHeaders)
Parameters
- headers
- HttpHeaders
HTTP headers from the response to the http operation.