HTTPSecureSocket SendComplete

Is there any particular reason a HTTPSecureSocket does not have a SendComplete event? I see the underlying SSLSocket does have one.

How do you know when everything is send using the HTTPSecureSocket async to upload big files?

e.g. Socket.post(MyURL)

Ok, manual says ‘HTTPSecureSocket.PageReceived’ is send.