Content.ReadAsStream
ReadAsStream()
Serialize the HTTP content and return a stream that represents the content.
public Stream ReadAsStream()
Return Value
Serialized stream that represents the content
See Also
- class Content
- namespace Aspose.Html.Net
- assembly Aspose.HTML
ReadAsStream(CancellationToken)
Serialize the HTTP content and return a stream that represents the content.
public Stream ReadAsStream(CancellationToken cancellationToken)
| Parameter | Type | Description |
|---|---|---|
| cancellationToken | CancellationToken | The cancellation token. |
Return Value
Serialized stream that represents the content
See Also
- class Content
- namespace Aspose.Html.Net
- assembly Aspose.HTML