The number of bytes transferred for the request header.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Framework
- Foundation
Declaration
var countOfRequestHeaderBytesSent: Int64 { get }
The number of bytes transferred for the request header.
SDKs
Framework
var countOfRequestHeaderBytesSent: Int64 { get }
var count Of Request Body Bytes Before Encoding: Int64
The size of the upload body data, file, or stream, in bytes.
var count Of Request Body Bytes Sent: Int64
The number of bytes transferred for the request body.
var count Of Response Body Bytes After Decoding: Int64
The size of data delivered to your delegate or completion handler.
var count Of Response Body Bytes Received: Int64
The number of bytes transferred for the response body.
var count Of Response Header Bytes Received: Int64
The number of bytes transferred for the response header.