Click or drag to resize

RepositoryAPIRequestFileStream Method

Performs http request to get a file stream.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void RequestFileStream(
	string path,
	Action<Stream> callback,
	Action<string> error
)

Parameters

path
Type: SystemString
Path.
callback
Type: SystemActionStream
Callback.
error
Type: SystemActionString
Error.
See Also