1 write to Resp
System.Net.Requests (1)
System\Net\CommandStream.cs (1)
721Resp = new ResponseDescription();
11 references to Resp
System.Net.Requests (11)
System\Net\CommandStream.cs (11)
550return state.Resp; 578state.Resp.StatusBuffer.Append(_buffer); 582if (!CheckValid(state.Resp, ref validThrough, ref completeLength)) 604if ((szResponse.Length + state.Resp.StatusBuffer.Length) > MaxResponseLength) 609state.Resp.StatusBuffer.Append(szResponse); 610if (!CheckValid(state.Resp, ref validThrough, ref completeLength)) 618int unusedChars = state.Resp.StatusBuffer.Length - completeLength; 664string responseString = state.Resp.StatusBuffer.ToString(); 665state.Resp.StatusDescription = responseString.Substring(0, completeLength); 673if (state.Resp != null) 675_currentResponseDescription = state.Resp;