LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)

Stream Property

Show in webframe





Gets the System.IO.Stream that contains the downloaded item data (buffer).
Syntax
public Stream Stream {get;}
'Declaration
 
Public ReadOnly Property Stream As Stream
'Usage
 
Dim instance As SharePointClientDownloadData
Dim value As Stream
 
value = instance.Stream

            

            
public:
property Stream^ Stream {
   Stream^ get();
}

Property Value

A System.IO.Stream that contains the downloaded item data (buffer).
Remarks

In most cases, the stream is an HTTP stream and the Stream.CanSeek value will be set to false. Hence, you should read the data from the stream in a forward direction only. Also, do not make any assumptions regarding the stream length as shown in the examples.

Example

For an example, refer to SharePointClient.GetDownloadStream and SharePointClient.GetDownloadStreamAsync.

Requirements

Target Platforms

See Also

Reference

SharePointClientDownloadData Class
SharePointClientDownloadData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.