del constructor RESTfulRequestInfo
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
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
- method
Tipo: System.String
- path
Tipo: System.String
- queryString
Tipo: System.Collections.Specialized.NameValueCollection
- headers
Tipo: System.Collections.Generic.IDictionary<String, String>
- body
Tipo: System.IO.Stream