Name | Description | |
---|---|---|
![]() | AsyncCall | Gets a boolean value indicating whether the event is raised in an asynchronous call. (Inherited from AsyncEventArgs) |
![]() | BytesSinceLastEvent | Gets the number of bytes transferred during the current transfer since the last time the event was raised. |
![]() | BytesTransferred | Gets the total number of bytes transferred during the current transfer. |
![]() | DataLength | Gets the approximate number of bytes to be transferred during the current transfer (if available). |
![]() | Percentage | Gets the current transfer progress percentage. |
![]() | State | Gets the transfer state. |
![]() | UserState | Gets the user-token specified in an asynchronous call. (Inherited from AsyncEventArgs) |
Name | Description | |
---|---|---|
![]() | GetData | Gets the actual content of the transferred block. |