This class provides data to asynchronous read to stream methods callback.
| C# | Visual Basic | Managed C++ |
public class ReadToStream_EventArgs
Public Class ReadToStream_EventArgs
public ref class ReadToStream_EventArgs
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| ReadToStream_EventArgsNew(Exception, Stream, Int32, Object) |
Default constructor.
| |
| Count |
Gets number of bytes readed and written to Stream.
| |
| Data |
Gets readed data. NOTE: This property is available only is Stream supports seeking !
| |
| DataStringAscii |
Gets readed line data as string with ASCII encoding.
NOTE: This property is available only is Stream supports seeking !
| |
| DataStringDefault |
Gets readed line data as string with system default encoding.
NOTE: This property is available only is Stream supports seeking !
| |
| DataStringUtf8 |
Gets readed line data as string with UTF8 encoding.
NOTE: This property is available only is Stream supports seeking !
| |
| DataToString(Encoding) |
Converts byte[] line data to the specified encoding string.
| |
| Equals(Object) | (Inherited from Object.) | |
| Exception |
Gets exception what happened while reading data. Returns null if data reading completed sucessfully.
| |
| Finalize() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Stream |
Gets stream where data is stored.
| |
| Tag |
Gets or stes user data.
| |
| ToString() | (Inherited from Object.) |
| Object | |
| ReadToStream_EventArgs | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)