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