LoadData Method
Summary
Loads data into a buffer from a URL.
Syntax
public override byte[] LoadData()
Public Overrides Function LoadData() As Byte()
public:
array<byte>^ LoadData(); override
Return Value
An output buffer representing the data from the URL.