Partilhar via


RESTfulRequestInfo construtor

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)

Sintaxe

'Declaração
Public Sub New ( _
    method As String, _
    path As String, _
    queryString As NameValueCollection, _
    headers As IDictionary(Of String, String), _
    body As Stream _
)
'Uso
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
)

Parâmetros

Ver também

Referência

RESTfulRequestInfo classe

RESTfulRequestInfo membros

Microsoft.SharePoint.Client namespace