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