WriteContentsToStream Method
In This Topic
Retrieves the file data from the server and returns it to a stream.
Syntax
'Declaration
Public Sub WriteContentsToStream( _
ByVal As Stream _
)
public void WriteContentsToStream(
Stream
)
public:
void WriteContentsToStream(
Stream^
)
Parameters
- stream
See Also