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

TransferredData Property

The contents of the last response from the server.

Syntax

[VB.NET]
Public ReadOnlyProperty TransferredData As String
Public ReadOnlyProperty TransferredDataB As Byte()

[C#]
public string TransferredData {get;}
public byte[] TransferredDataB {get;}

Remarks

This property is used to get the data of the last response from the server.

TransferredData will be populated after a successful QueryFeed or CustomRequest call, provided that LocalFile is not set. If LocalFile is set, the object data will be written to the file specified.

Alternatively, streams can be used to upload/update and download objects by using SetUploadStream and SetDownloadStream, respectively. When a valid stream is specified, all data will be retrieved from (when calling UpdateEntry or CustomRequest when using a 'GET' HTTP method) or written to (when calling QueryFeed or CustomRequest when using a 'POST' or 'PUT' HTTP method) the specified stream.

This property is read-only and not available at design time.

Default Value

""

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