Share via


UploadProgressChangedEventArgs.BytesSent 속성

정의

보낸 바이트 수를 가져옵니다.

public:
 property long BytesSent { long get(); };
public long BytesSent { get; }
member this.BytesSent : int64
Public ReadOnly Property BytesSent As Long

속성 값

보낸 바이트 수를 나타내는 Int64 값입니다.

설명

서버에 데이터를 업로드하면 서버에서 다운로드가 발생할 수 있습니다. 예를 들어, 애플리케이션 웹 서버에 POST 요청을 업로드 합니다. 결과 다운로드는 및 를 TotalBytesToReceive업데이트 BytesReceived 합니다.

전송이 발생한 백분율을 확인하려면 속성을 사용합니다 ProgressPercentage . 업로드가 완료되면 는 ProgressPercentage 50%가 됩니다. 다운로드가 완료되면 는 ProgressPercentage 100%가 됩니다.

적용 대상