JsonReader.ReadStream method

Gets the stream associated with the stream link at the current position.

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

Syntax

'Declaration
Public Function ReadStream As Stream
'Usage
Dim instance As JsonReader
Dim returnValue As Stream

returnValue = instance.ReadStream()
public Stream ReadStream()

Return value

Type: System.IO.Stream
The stream associated with the stream link.

Exceptions

Exception Condition
InvalidOperationException

The JSON token is neither a null reference (Nothing in Visual Basic) nor a stream link.

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace