Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public _MultipartReader( SmartStream stream, string boundary )
Public Sub New ( stream As SmartStream, boundary As String )
public: _MultipartReader( SmartStream^ stream, String^ boundary )
new : stream : SmartStream * boundary : string -> _MultipartReader
Parameters
- stream (SmartStream)
- Stream from where to read body part.
- boundary (String)
- Boundry ID what separates body parts.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when stream or boundary is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119