IResourceSkipCallbackContinue Method  | 
Version 93.1.111 
            Callback for asynchronous continuation of Skip(). 
            
 
    Namespace: 
   CefSharp.Callback
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxvoid Continue(
	long bytesSkipped
)
void Continue(
	long long bytesSkipped
)
Parameters
- bytesSkipped
 - Type: SystemInt64
If bytesSkipped > 0 then either Skip() will be called
            again until the requested number of bytes have been skipped or the request will proceed.
            If bytesSkipped <= the request will fail with ERR_REQUEST_RANGE_NOT_SATISFIABLE. 
See Also