In The Hand
OpenRead Method (address)
Namespaces
►
InTheHand.Net
►
WebClient
►
OpenRead(Uri)
C#
Visual Basic
.NET Components for Mobility
Opens a readable stream for the data downloaded from a resource with the URI specified as a
Uri
.
Declaration Syntax
C#
Visual Basic
public
Stream
OpenRead
(
Uri
address
)
Public
Function
OpenRead
( _
address
As
Uri
_ )
As
Stream
Parameters
address
(
Uri
)
The URI specified as a
Uri
from which to download data.
Return Value
A
Stream
used to read data from a resource.
Assembly:
InTheHand.Net
(Module: InTheHand.Net) Version: 7.0.0.0