This documentation is archived and is not being maintained.
SP.WebResponseInfo object
SharePoint 2013
Contains a copy of the third-party service response.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.WebResponseInfo()
The WebResponseInfo object has the following members.
Constructor
The WebResponseInfo object has the following constructor.
|
Constructor |
Description |
|---|---|
|
Initializes a new instance of the SP.WebResponseInfo object. |
Properties
The WebResponseInfo object has the following properties.
|
Property |
Description |
|---|---|
|
Gets or sets the body of the HTTP response. |
|
|
Gets or sets the headers of the HTTP response. |
|
|
Gets or sets the status code of the HTTP response. |
|
|
This member is reserved for internal use and is not intended to be used directly from your code. |
Show: