ContentReadAsStream Method |
Serialize the HTTP content and return a stream that represents the content.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public Stream ReadAsStream()
Public Function ReadAsStream As Stream
public:
Stream^ ReadAsStream()
member ReadAsStream : unit -> Stream
Return Value
Type:
StreamSerialized stream that represents the content
See Also