JsonReader constructor

Initializes a new instance of the JsonReader class with the specified TextReader object and the ClientRuntimeContext object. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Sub New ( _
    reader As TextReader, _
    runtimeContext As ClientRuntimeContext _
)
'Usage
Dim reader As TextReader
Dim runtimeContext As ClientRuntimeContext

Dim instance As New JsonReader(reader, _
    runtimeContext)
public JsonReader(
    TextReader reader,
    ClientRuntimeContext runtimeContext
)

Parameters

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace