Table of Contents

Interface IWebBrowserMemoryFS

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Interface for access to memory protocol scheme.

public interface IWebBrowserMemoryFS

Remarks

Implementations of this interface can store arbitrary data in memory stream and make them accessible via an URL in WebBrowser control.

Methods

Add(string, Stream, string?)

Adds the file to the list of the files stored in memory.

Add(string, IntPtr, int, string?)

Adds the file to the list of the files stored in memory.

Add(string, string, string?)

Adds the file to the list of the files stored in memory.

AddString(string, string, string?)

Adds the file to the list of the files stored in memory.

Init(string)

Initializes memory protocol scheme for use with the WebBrowser control.

Remove(string)

Removes a file from memory file system and frees the occupied memory.