10 references to WebParseErrorSection
System (10)
net\System\Net\_ChunkParser.cs (1)
666
error.Section =
WebParseErrorSection
.Generic;
net\System\Net\_Connection.cs (7)
64
public
WebParseErrorSection
Section;
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;
3004
if (m_ParseError.Section !=
WebParseErrorSection
.Generic)
net\System\Net\WebHeaderCollection.cs (2)
1514
parseError.Section =
WebParseErrorSection
.ResponseHeader;
1841
parseError.Section =
WebParseErrorSection
.ResponseHeader;