7 references to BoundaryType
System (7)
net\System\Net\_ListenerResponseStream.cs (7)
162if (m_HttpContext.Response.BoundaryType == BoundaryType.Chunked) { 260HttpResponseStreamAsyncResult asyncResult = new HttpResponseStreamAsyncResult(this, state, callback, buffer, offset, size, m_HttpContext.Response.BoundaryType==BoundaryType.Chunked, sentHeaders); 263UpdateAfterWrite((uint)((m_HttpContext.Response.BoundaryType == BoundaryType.Chunked) ? 0 : size)); 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) { 404if (m_HttpContext.Response.BoundaryType==BoundaryType.Chunked) {