6 references to RequestAbortedException
System.Net.Requests (6)
System\Net\FtpControlStream.cs (2)
703
throw ExceptionHelper.
RequestAbortedException
;
1109
throw ExceptionHelper.
RequestAbortedException
;
System\Net\FtpDataStream.cs (1)
115
throw ExceptionHelper.
RequestAbortedException
;
System\Net\FtpWebRequest.cs (3)
1442
_exception = ExceptionHelper.
RequestAbortedException
;
1451
connection?.Abort(ExceptionHelper.
RequestAbortedException
);
1698
_connection?.Abort(ExceptionHelper.
RequestAbortedException
);