3 writes to m_AbortReason
System (3)
net\System\Net\_CommandStream.cs (1)
186m_AbortReason = string.Empty;
net\System\Net\_FtpControlStream.cs (2)
364m_AbortReason = SR.GetString(SR.net_ftp_invalid_status_response, status, entry.Command); 677m_AbortReason = SR.GetString(SR.net_ftp_server_failed_passive, response.Status);
2 references to m_AbortReason
System (2)
net\System\Net\_CommandStream.cs (2)
339if (m_AbortReason != string.Empty) 340exception = new WebException(m_AbortReason);