Stores body decoded-data to the specified stream. Note: This method is available for single part entities only.
| C# | Visual Basic | Visual C++ | F# |
public void DataToStream( Stream stream )
Public Sub DataToStream ( stream As Stream )
public: void DataToStream( Stream^ stream )
member DataToStream : stream : Stream -> unit
- stream (Stream)
- Stream where to store body data.
| Exception | Condition |
|---|---|
| ArgumentNullException | Is raised when stream is null reference. |
| InvalidOperationException | Is raised when this method is called for multipart entity. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119