HttpClientConnection100Class.OpenRead Method

Definition

Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IStream ^ OpenRead() = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSHttpClientConnection100::OpenRead;
[System.Runtime.InteropServices.DispId(23)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream OpenRead ();
[<System.Runtime.InteropServices.DispId(23)>]
abstract member OpenRead : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream
override this.OpenRead : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream
Public Overridable Function OpenRead () As IStream

Returns

A Stream used to read data from the resource.

Implements

Attributes

Applies to