1 write to Resp
System.Net.Requests (1)
System\Net\CommandStream.cs (1)
714Resp = new ResponseDescription();
10 references to Resp
System.Net.Requests (10)
System\Net\CommandStream.cs (10)
548return state.Resp; 576state.Resp.StatusBuffer.Append(_buffer); 580if (!CheckValid(state.Resp, ref validThrough, ref completeLength)) 602state.Resp.StatusBuffer.Append(szResponse); 603if (!CheckValid(state.Resp, ref validThrough, ref completeLength)) 611int unusedChars = state.Resp.StatusBuffer.Length - completeLength; 657string responseString = state.Resp.StatusBuffer.ToString(); 658state.Resp.StatusDescription = responseString.Substring(0, completeLength); 666if (state.Resp != null) 668_currentResponseDescription = state.Resp;