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