1 write to Resp
System (1)
net\System\Net\_CommandStream.cs (1)
714Resp = new ResponseDescription();
10 references to Resp
System (10)
net\System\Net\_CommandStream.cs (10)
552return state.Resp; 584state.Resp.StatusBuffer.Append(m_Buffer); 588if(!CheckValid(state.Resp, ref validThrough, ref completeLength)) { 608state.Resp.StatusBuffer.Append(szResponse); 609if(!CheckValid(state.Resp, ref validThrough, ref completeLength)) 617int unusedChars = state.Resp.StatusBuffer.Length - completeLength; 656string responseString = state.Resp.StatusBuffer.ToString(); 657state.Resp.StatusDescription = responseString.Substring(0, completeLength); 664if (state.Resp != null) { 665m_CurrentResponseDescription = state.Resp;