6 references to Abort
System.Web (6)
WebSockets\AspNetWebSocket.cs (6)
161
Abort
(throwIfDisposed: true); // throws if disposed, per spec
208
Abort
(throwIfDisposed: false);
287
Abort
(throwIfDisposed: false);
363
Abort
(throwIfDisposed: false, isDisposing: true);
580
cancellationTokenRegistration = cancellationToken.Register(() =>
Abort
(throwIfDisposed: false));
601
Abort
(throwIfDisposed: false);