I'm trying to figure out how much network traffic my application generates and receives. I know how to find the size of the message body, but I'm not sure how to size the header. How do I do this?
Asked
Active
Viewed 312 times
2
-
https://developer.apple.com/library/ios/documentation/Foundation/Reference/NSURLSession_class/#//apple_ref/doc/constant_group/Transfer_Size_Constant – SwiftStudier Sep 17 '15 at 17:49
-
That constant indicates the size is undetermined. – trekkieyk Sep 17 '15 at 17:52