|
EmbeddedResourceVirtualFileOpen Method
|
Returns a read-only stream to the virtual resource.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax Public Overrides Function Open As Stream
public:
virtual Stream^ Open() override
abstract Open : unit -> Stream
override Open : unit -> Stream
View SourceReturn Value
StreamA read-only stream to the virtual file.
See Also