8 writes to Section
System (8)
net\System\Net\_ChunkParser.cs (1)
666
error.
Section
= WebParseErrorSection.Generic;
net\System\Net\_Connection.cs (5)
1847
parseError.
Section
= WebParseErrorSection.ResponseStatusLine;
2117
parseError.
Section
= WebParseErrorSection.ResponseStatusLine;
2372
m_ParseError.
Section
= WebParseErrorSection.Generic;
2386
m_ParseError.
Section
= WebParseErrorSection.ResponseHeader;
2551
m_ParseError.
Section
= WebParseErrorSection.Generic;
net\System\Net\WebHeaderCollection.cs (2)
1514
parseError.
Section
= WebParseErrorSection.ResponseHeader;
1841
parseError.
Section
= WebParseErrorSection.ResponseHeader;
2 references to Section
System (2)
net\System\Net\_Connection.cs (2)
3004
if (m_ParseError.
Section
!= WebParseErrorSection.Generic)
3005
detailedInfo += " Section=" + m_ParseError.
Section
.ToString();