7 references to None
System (7)
net\System\Net\_ListenerResponseStream.cs (2)
397if ((m_HttpContext.Response.BoundaryType==BoundaryType.Chunked || m_HttpContext.Response.BoundaryType==BoundaryType.None) && (String.Compare(m_HttpContext.Request.HttpMethod, "HEAD", StringComparison.OrdinalIgnoreCase)!=0)) { 398if (m_HttpContext.Response.BoundaryType==BoundaryType.None) {
net\System\Net\HttpListenerRequest.cs (2)
256m_BoundaryType = BoundaryType.None; 392if (m_BoundaryType==BoundaryType.None) {
net\System\Net\HttpListenerResponse.cs (3)
45m_BoundaryType = BoundaryType.None; 648if (m_BoundaryType==BoundaryType.None) 675else if (m_BoundaryType==BoundaryType.None) {