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)
242
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Command:{entry?.Command} Description:{response?.
StatusDescription
}");
258
StatusLine = response.
StatusDescription
;
279
throw GenerateException(status, response.
StatusDescription
, null);
320
throw GenerateException(status, response.
StatusDescription
, null);
330
throw GenerateException(status, response.
StatusDescription
, null);
360
TryUpdateContentLength(response.
StatusDescription
!);
366
TryUpdateResponseUri(response.
StatusDescription
!, request);
385
_exitMessage!.Append(response.
StatusDescription
);
443
_contentLength = GetContentLengthFrom213Response(response.
StatusDescription
!);
447
_lastModified = GetLastModifiedFrom213Response(response.
StatusDescription
!);
455
_loginDirectory = GetLoginDirectory(response.
StatusDescription
!);
685
port = GetPortV4(response.
StatusDescription
!);
689
port = GetPortV6(response.
StatusDescription
!);