Wondering which of the two steps: webrequest.create() and webrequest.getresponse()
involving TCP handshake. I know the getresponse is the time from send request and get response.
When TCP handshake happens? Is it also happening during this?
Wondering which of the two steps: webrequest.create() and webrequest.getresponse()
involving TCP handshake. I know the getresponse is the time from send request and get response.
When TCP handshake happens? Is it also happening during this?