7 references to StatusBuffer
System (7)
net\System\Net\_CommandStream.cs (4)
584state.Resp.StatusBuffer.Append(m_Buffer); 608state.Resp.StatusBuffer.Append(szResponse); 617int unusedChars = state.Resp.StatusBuffer.Length - completeLength; 656string responseString = state.Resp.StatusBuffer.ToString();
net\System\Net\_FtpControlStream.cs (3)
1175GlobalLog.Print("FtpControlStream#" + ValidationHelper.HashString(this) + "CheckValid(" + response.StatusBuffer.ToString() + ")" ); 1177if(response.StatusBuffer.Length < 4) { 1180string responseString = response.StatusBuffer.ToString();