SP.WebRequestInfo object
Represents the data from the caller needed to make the outbound web request.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.WebRequestInfo()
The WebRequestInfo object has the following members.
Constructor
The WebRequestInfo object has the following constructor.
|
Constructor |
Description |
|---|---|
|
Initializes a new instance of the SP.WebRequestInfo object. |
Properties
The WebRequestInfo object has the following properties.
|
Property |
Description |
|---|---|
|
Gets or sets the body of the HTTP request message. |
|
|
Gets or sets a dictionary containing the name-value pairs for the headers to send in the HTTP request. |
|
|
Gets or sets the HTTP method for the web request. |
|
|
This member is reserved for internal use and is not intended to be used directly from your code. |
|
|
Gets or sets the URL for the web request. |