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