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