OpenBinarySucceededEventArgs.Stream Property
Gets the binary stream of the requested file.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll)
Syntax
'Declaration
Public ReadOnly Property Stream As Stream
Get
'Usage
Dim instance As OpenBinarySucceededEventArgs
Dim value As Stream
value = instance.Stream
public Stream Stream { get; }
Property Value
Type: System.IO.Stream
A Stream object that represents the binary stream of the requested file.
See Also
Reference
OpenBinarySucceededEventArgs Class