Click or drag to resize

RepositoryAPIRequestTextFile Method

Performs http request to get a text file.

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

Parameters

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