RESTfulRequestInfo - Constructeur
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Sub New ( _
method As String, _
path As String, _
queryString As NameValueCollection, _
headers As IDictionary(Of String, String), _
body As Stream _
)
'Utilisation
Dim method As String
Dim path As String
Dim queryString As NameValueCollection
Dim headers As IDictionary(Of String, String)
Dim body As Stream
Dim instance As New RESTfulRequestInfo(method, _
path, queryString, headers, body)
public RESTfulRequestInfo(
string method,
string path,
NameValueCollection queryString,
IDictionary<string, string> headers,
Stream body
)
Paramètres
- method
Type : System.String
- path
Type : System.String
- queryString
Type : System.Collections.Specialized.NameValueCollection
- headers
Type : System.Collections.Generic.IDictionary<String, String>
- body
Type : System.IO.Stream