7 references to Complete
Microsoft.AspNetCore.Server.IIS (7)
Core\IO\AsyncIOEngine.cs (3)
124
ioOperation.
Complete
(NativeMethods.ERROR_OPERATION_ABORTED, 0);
177
continuation = _runningOperation.
Complete
(hr, bytes);
188
nextContinuation = next.
Complete
(NativeMethods.ERROR_OPERATION_ABORTED, 0);
Core\IO\AsyncIOOperation.cs (1)
89
return
Complete
(hr, bytes);
Core\IO\WebSocketsAsyncIOEngine.cs (1)
100
var continuation = init.
Complete
(hr, bytes);
Core\IO\WebSocketsAsyncIOEngine.Read.cs (1)
21
var continuation = context.
Complete
(hr, cbBytes);
Core\IO\WebSocketsAsyncIOEngine.Write.cs (1)
20
var continuation = context.
Complete
(hr, cbBytes);