LumiSoft Mail Server User API
StreamLineReader Constructor (strmSource)
Namespaces > LumiSoft.Net > StreamLineReader > StreamLineReaderNew(Stream)
Default constructor.
Syntax
C#Visual BasicManaged C++
public StreamLineReader (
	Stream strmSource
)
Public Sub New ( _
	strmSource As Stream _
)
public:
StreamLineReader (
	Stream^ strmSource
)
Parameters
strmSource (Stream)
Source stream from where to read data. Reading begins from stream current position.

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