HttpProgress.BytesSent Field

Definition

The total number of bytes sent.

This value includes bytes sent as request headers.

If the operation was restarted, this value may be smaller than in the previous progress report.

public: unsigned long long BytesSent;
uint64_t BytesSent;
public ulong BytesSent;
Public BytesSent As ULong 

Field Value

UInt64

unsigned long long

uint64_t

Applies to