DownloadStatus Method (SimpleCodec)
The status of the download
'Declaration
Public Function DownloadStatus( _
ByVal As PixelRequest _
) As ProgressiveStatus
'Usage
Dim instance As SimpleCodec
Dim Request As PixelRequest
Dim value As ProgressiveStatus
value = instance.DownloadStatus(Request)
Parameters
- Request
- The request against which to compare the current status
Return Value
Target Platforms: .NET CLR 4.0 or higher