Click or drag to resize

FormActMainPluginDownloadMem Method

Downloads a plugin file without temporary files.

Namespace: Advanced_Combat_Tracker
Assembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.3.286
Syntax
C#
public PluginDownloadData PluginDownloadMem(
	int MyPluginId
)

Parameters

MyPluginId  Int32
The ID number the website identifies the download with

Return Value

PluginDownloadData
The filename from the server response and a MemoryStream of the download
See Also