[This is preliminary documentation and is subject to change.]
Summary description for Streams.
| C# | Visual Basic | Visual C++ |
public class Streams
Public Class Streams
public ref class Streams
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| StreamsStreamsNew()() | ||
| BeginCopyStream(Stream, Stream, Int32, EduAsyncHandler, Object) |
Copies a stream asynchronously. This method is useful for copying data to a network stream because the network stream
will actually buffer at the hardware level and the calling thread will not have to block. when the asynchronous copy
has complete, the delegate specified by the endHandler argument will be called to complete the operation
| |
| CopyStream(Stream, Stream, Int32) |
Copies a stream
| |
| CopyStream(Stream, Stream) |
Copies a stream
| |
| GetDataFromStream(Stream) |
Returns an array of bytes from a stream
|
| Object | |
| Streams | |