8 references to StatusBuffer
System.Net.Requests (8)
System\Net\CommandStream.cs (5)
578state.Resp.StatusBuffer.Append(_buffer); 604if ((szResponse.Length + state.Resp.StatusBuffer.Length) > MaxResponseLength) 609state.Resp.StatusBuffer.Append(szResponse); 618int unusedChars = state.Resp.StatusBuffer.Length - completeLength; 664string responseString = state.Resp.StatusBuffer.ToString();
System\Net\FtpControlStream.cs (3)
1181if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"CheckValid({response.StatusBuffer})"); 1184if (response.StatusBuffer.Length < 4) 1188string responseString = response.StatusBuffer.ToString();