Loads data into a buffer from a URL.
public override byte[] LoadData()
'Declaration
Public Overrides Function LoadData() As Byte()
'Usage
Dim instance As UrlBinaryData
Dim value() As Byte
value = instance.LoadData()
Return Value
An output buffer representing the data from the URL.