1 write to StatusDescription
System.Net.Requests (1)
System\Net\CommandStream.cs (1)
658state.Resp.StatusDescription = responseString.Substring(0, completeLength);
13 references to StatusDescription
System.Net.Requests (13)
System\Net\FtpControlStream.cs (13)
240if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Command:{entry?.Command} Description:{response?.StatusDescription}"); 256StatusLine = response.StatusDescription; 277throw GenerateException(status, response.StatusDescription, null); 318throw GenerateException(status, response.StatusDescription, null); 328throw GenerateException(status, response.StatusDescription, null); 358TryUpdateContentLength(response.StatusDescription!); 364TryUpdateResponseUri(response.StatusDescription!, request); 383_exitMessage!.Append(response.StatusDescription); 441_contentLength = GetContentLengthFrom213Response(response.StatusDescription!); 445_lastModified = GetLastModifiedFrom213Response(response.StatusDescription!); 453_loginDirectory = GetLoginDirectory(response.StatusDescription!); 683port = GetPortV4(response.StatusDescription!); 687port = GetPortV6(response.StatusDescription!);