3 writes to _abortReason
System.Net.Requests (3)
System\Net\CommandStream.cs (1)
159
_abortReason
= string.Empty;
System\Net\FtpControlStream.cs (2)
353
_abortReason
= SR.Format(SR.net_ftp_invalid_status_response, status, entry.Command);
678
_abortReason
= SR.Format(SR.net_ftp_server_failed_passive, response.Status);
2 references to _abortReason
System.Net.Requests (2)
System\Net\CommandStream.cs (2)
316
if (
_abortReason
!= string.Empty)
317
exception = new WebException(
_abortReason
);