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