7 references to StatusBuffer
System.Net.Requests (7)
System\Net\CommandStream.cs (4)
576state.Resp.StatusBuffer.Append(_buffer); 602state.Resp.StatusBuffer.Append(szResponse); 611int unusedChars = state.Resp.StatusBuffer.Length - completeLength; 657string responseString = state.Resp.StatusBuffer.ToString();
System\Net\FtpControlStream.cs (3)
1179if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"CheckValid({response.StatusBuffer})"); 1182if (response.StatusBuffer.Length < 4) 1186string responseString = response.StatusBuffer.ToString();