Contents

kCFStreamPropertyHTTPRequestBytesWrittenCount

Declaration

let kCFStreamPropertyHTTPRequestBytesWrittenCount: CFString

Discussion

HTTP Request Bytes Written property. This property can only be retrieved; it cannot be set. The value of this property is a CFNumber containing the number of body bytes that have been written to the server thus far. HTTP header bytes are not included in the count. You can use this property to track the progress of HTTP uploads that take a substantial amount of time to complete.

See Also

Streams