Share via


HttpClientConnection100Class.OpenRead Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Function OpenRead As IStream
'Usage
Dim instance As HttpClientConnection100Class 
Dim returnValue As IStream 

returnValue = instance.OpenRead()
public virtual IStream OpenRead()
public:
virtual IStream^ OpenRead()
abstract OpenRead : unit -> IStream  
override OpenRead : unit -> IStream
public function OpenRead() : IStream

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IStream
A Stream used to read data from the resource.

Implements

IDTSHttpClientConnection100.OpenRead()

See Also

Reference

HttpClientConnection100Class Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace