1 write to StatusDescription
System (1)
net\System\Net\_CommandStream.cs (1)
657
state.Resp.
StatusDescription
= responseString.Substring(0, completeLength);
13 references to StatusDescription
System (13)
net\System\Net\_FtpControlStream.cs (13)
247
GlobalLog.Print("FtpControlStream#" + ValidationHelper.HashString(this) + ">" + ((response == null) ? "null" : response.
StatusDescription
));
263
StatusLine = response.
StatusDescription
;
283
throw GenerateException(status,response.
StatusDescription
, null);
328
throw GenerateException(status,response.
StatusDescription
, null);
338
throw GenerateException(status,response.
StatusDescription
, null);
369
TryUpdateContentLength(response.
StatusDescription
);
375
TryUpdateResponseUri(response.
StatusDescription
, request);
394
m_ExitMessage.Append(response.
StatusDescription
);
420
m_ContentLength = GetContentLengthFrom213Response(response.
StatusDescription
);
422
m_LastModified = GetLastModifiedFrom213Response(response.
StatusDescription
);
430
m_LoginDirectory = GetLoginDirectory(response.
StatusDescription
);
682
port = GetPortV4(response.
StatusDescription
);
684
port = GetPortV6(response.
StatusDescription
);