PowerTCP Mail for .NET
BeginRead Method
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > SegmentedStream Class : BeginRead Method




Begins an asynchronous read from the stream that complete when at least one byte is read. This operation reads at most count bytes.

Overload List

OverloadDescription
BeginRead(Byte[],Int32,Int32,AsyncCallback,Object) Begins an asynchronous read from the stream that complete when at least one byte is read. This operation reads at most count bytes.  
BeginRead(Byte[],Int32,Int32,Boolean,AsyncCallback,Object) Begins an asynchronous read from the stream that completes when the provided buffer is completely full, the number of bytes requested is read, or end of stream is reached.  
BeginRead(Byte[],Byte[],Int32,Int32,Boolean,AsyncCallback,Object) Begins an asynchronous read from the stream that completes when the provided delimiter is found, count bytes have been read, or end of stream is reached.  

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.