Contents

NSURLResponseUnknownLength

The response length cannot be determined in advance of receiving the data from the server.

Declaration

#define NSURLResponseUnknownLength

Discussion

For example, NSURLResponseUnknownLength is returned when the server HTTP response does not include a Content-Length header.

See Also

Getting the response properties