Type enumeration for the different kinds of HttpEvent.
HttpEvent
enum HttpEventType { Sent: HttpEventType.Sent; UploadProgress: HttpEventType.UploadProgress; ResponseHeader: HttpEventType.ResponseHeader; DownloadProgress: HttpEventType.DownloadProgress; Response: HttpEventType.Response; User: HttpEventType.User;}