Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

SetDownloadStream Method

Sets the stream to which a retrieved object will be written.

Syntax

[VB.NET]
Public Sub SetDownloadStream(ByVal DownloadStream As System.IO.Stream)
[C#]
public void SetDownloadStream(System.IO.Stream downloadStream);

Remarks

This method should be set when a retrieved object is to be written to a stream prior to calling QueryFeed or CustomRequest (when using a 'GET' HTTP method).

By default and when this value is set to null, the component will write the data to the file specified by LocalFile or store it within TransferredData (if LocalFile is set to empty string) when retrieving a document. However when a valid stream is specified, the data will be written to the stream.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0