SP へWebRequestInfo オブジェクト (sp.js)

Web の送信リクエストの作成に必要な呼び出し元からのデータを表します。

**適用対象:**apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.WebRequestInfo()

メンバー

WebRequestInfoオブジェクトでは、次のメンバーがあります。

Constructor

WebRequestInfoオブジェクトでは、次のコンスがあります。

コンストラクター

説明

WebRequestInfo

Initializes a new instance of the SP.WebRequestInfo object.

プロパティ

WebRequestInfoオブジェクトでは、次のプロパティがあります。

プロパティ

説明

本文

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.

typeId

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

url

Gets or sets the URL for the web request.