2 references to ERROR_HANDLE_EOF
Microsoft.AspNetCore.Server.IIS (2)
Core\IO\AsyncIOEngine.Read.cs (1)
64
protected override bool IsSuccessfulResult(int hr) => hr == NativeMethods.
ERROR_HANDLE_EOF
;
Core\IO\WebSocketsAsyncIOEngine.Read.cs (1)
79
protected override bool IsSuccessfulResult(int hr) => hr == NativeMethods.
ERROR_HANDLE_EOF
;