FileInformation.Stream property

Gets the binary file stream that is downloaded from the server.

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

Syntax

'Declaration
Public ReadOnly Property Stream As Stream
    Get
'Usage
Dim instance As FileInformation
Dim value As Stream

value = instance.Stream
public Stream Stream { get; }

Property value

Type: System.IO.Stream
The binary file stream that is downloaded from the server.

See also

Reference

FileInformation class

FileInformation members

Microsoft.SharePoint.Client namespace