DotNetStreamReference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the reference to a .NET stream sent to JavaScript.
public sealed class DotNetStreamReference : IDisposable
type DotNetStreamReference = class
interface IDisposable
Public NotInheritable Class DotNetStreamReference
Implements IDisposable
- Inheritance
-
DotNetStreamReference
- Implements
Constructors
DotNetStreamReference(Stream, Boolean) |
Create a reference to a .NET stream sent to JavaScript. |
Properties
LeaveOpen |
A flag that indicates whether the stream should be left open after transmission. |
Stream |
The stream being sent to JavaScript. |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |