10 references to WebParseErrorSection
System (10)
net\System\Net\_ChunkParser.cs (1)
666error.Section = WebParseErrorSection.Generic;
net\System\Net\_Connection.cs (7)
64public WebParseErrorSection Section; 1847parseError.Section = WebParseErrorSection.ResponseStatusLine; 2117parseError.Section = WebParseErrorSection.ResponseStatusLine; 2372m_ParseError.Section = WebParseErrorSection.Generic; 2386m_ParseError.Section = WebParseErrorSection.ResponseHeader; 2551m_ParseError.Section = WebParseErrorSection.Generic; 3004if (m_ParseError.Section != WebParseErrorSection.Generic)
net\System\Net\WebHeaderCollection.cs (2)
1514parseError.Section = WebParseErrorSection.ResponseHeader; 1841parseError.Section = WebParseErrorSection.ResponseHeader;