LumiSoft Mail Server User API
ReadedCount Property
Namespaces > LumiSoft.Net.IO > ReadLine_EventArgs > ReadedCount
Gets number of bytes actualy readed from source stream. Returns 0 if end of stream reached and no more data. This value includes any readed byte, including line feed, ... .
Syntax
C#Visual BasicManaged C++
public int ReadedCount { get; }
Public ReadOnly Property ReadedCount As Integer
public:
int ReadedCount {
	int get ();
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)