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