UploadProgressChangedEventArgs Classe
Definição
Fornece dados para o evento UploadProgressChanged de um WebClient.Provides data for the UploadProgressChanged event of a WebClient.
public ref class UploadProgressChangedEventArgs : System::ComponentModel::ProgressChangedEventArgs
public class UploadProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
type UploadProgressChangedEventArgs = class
inherit ProgressChangedEventArgs
Public Class UploadProgressChangedEventArgs
Inherits ProgressChangedEventArgs
- Herança
Comentários
As instâncias dessa classe são passadas para o UploadProgressChangedEventHandler .Instances of this class are passed to the UploadProgressChangedEventHandler.
Propriedades
BytesReceived |
Obtém o número de bytes recebidos.Gets the number of bytes received. |
BytesSent |
Obtém o número de bytes enviados.Gets the number of bytes sent. |
ProgressPercentage |
Obtém o percentual de progresso da tarefa assíncrona.Gets the asynchronous task progress percentage. (Herdado de ProgressChangedEventArgs) |
TotalBytesToReceive |
Obtém o número total de bytes em uma operação de upload de dados WebClient.Gets the total number of bytes in a WebClient data upload operation. |
TotalBytesToSend |
Obtém o número total de bytes a enviar.Gets the total number of bytes to send. |
UserState |
Obtém um estado de usuário exclusivo.Gets a unique user state. (Herdado de ProgressChangedEventArgs) |
Métodos
Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |