LumiSoft Mail Server User API
LumiSoft.Net.IO Namespace
Namespaces > LumiSoft.Net.IO

[Missing namespace summary documentation for N:LumiSoft.Net.IO]

Syntax
C#Visual BasicManaged C++
namespace LumiSoft.Net.IO
Namespace LumiSoft.Net.IO
namespace LumiSoft.Net.IO
Types
All TypesClassesStructuresInterfacesEnumerationsDelegates
IconTypeDescription
public classDataSizeExceededException
The exception that is thrown when maximum allowed data size has exceeded.
public classIncompleteDataException
The exception that is thrown when incomplete data received. For example for ReadPeriodTerminated() method reaches end of stream before getting period terminator.
public classLineSizeExceededException
The exception that is thrown when maximum allowed line size has exceeded.
public classReadLine_EventArgs
This class proviedes data to asynchronous read line callback method. NOTE: ReadLine_EventArgs is reused for next read line call, so don't store references to this class.
public delegateReadLineCallback
This delegate represents callback method for BeginReadLine.
public classReadToStream_EventArgs
This class provides data to asynchronous read to stream methods callback.
public delegateReadToStreamCallback
This delegate represents callback method for BeginReadToEnd,BeginReadHeader,BeginReadPeriodTerminated.
public enumerationSizeExceededAction
Specifies action what is done if requested action exceeds maximum allowed size.
public classStreamHelper
Stream wrapper class, provides many usefull read and write methods for stream.
public classWrite_EventArgs
This class provides data for BeginWriteCallback delegate.
public delegateWriteCallback
This delegate represents callback method for BeginWrite.
public classWriteStream_EventArgs
This class provides data to asynchronous write from stream methods callback.
public delegateWriteStreamCallback
This delegate represents callback method for BeginWrite,BeginWritePeriodTerminated.