Partager via


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

Voir aussi

Référence

RESTfulRequestInfo classe

RESTfulRequestInfo - Membres

Microsoft.SharePoint.Client - Espace de noms