Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |