ResourceTiming Class | 
Namespace: CefSharp.DevTools.Network
The ResourceTiming type exposes the following members.
| Name | Description | |
|---|---|---|
| ResourceTiming | Initializes a new instance of the ResourceTiming class  | 
| Name | Description | |
|---|---|---|
| ConnectEnd | 
            Connected to the remote host.
              | |
| ConnectStart | 
            Started connecting to the remote host.
              | |
| DnsEnd | 
            Finished DNS address resolve.
              | |
| DnsStart | 
            Started DNS address resolve.
              | |
| ProxyEnd | 
            Finished resolving proxy.
              | |
| ProxyStart | 
            Started resolving proxy.
              | |
| PushEnd | 
            Time the server finished pushing request.
              | |
| PushStart | 
            Time the server started pushing request.
              | |
| ReceiveHeadersEnd | 
            Finished receiving response headers.
              | |
| RequestTime | 
            Timing's requestTime is a baseline in seconds, while the other numbers are ticks in
            milliseconds relatively to this requestTime.
              | |
| SendEnd | 
            Finished sending request.
              | |
| SendStart | 
            Started sending request.
              | |
| SslEnd | 
            Finished SSL handshake.
              | |
| SslStart | 
            Started SSL handshake.
              | |
| WorkerFetchStart | 
            Started fetch event.
              | |
| WorkerReady | 
            Finished Starting ServiceWorker.
              | |
| WorkerRespondWithSettled | 
            Settled fetch event respondWith promise.
              | |
| WorkerStart | 
            Started running ServiceWorker.
              | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToDictionary | (Inherited from DevToolsDomainEntityBase.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |