7 references to BoundaryType
System (7)
net\System\Net\_ListenerResponseStream.cs (7)
162
if (m_HttpContext.Response.
BoundaryType
== BoundaryType.Chunked) {
260
HttpResponseStreamAsyncResult asyncResult = new HttpResponseStreamAsyncResult(this, state, callback, buffer, offset, size, m_HttpContext.Response.
BoundaryType
==BoundaryType.Chunked, sentHeaders);
263
UpdateAfterWrite((uint)((m_HttpContext.Response.
BoundaryType
== BoundaryType.Chunked) ? 0 : size));
397
if ((m_HttpContext.Response.
BoundaryType
==BoundaryType.Chunked || m_HttpContext.Response.
BoundaryType
==BoundaryType.None) && (String.Compare(m_HttpContext.Request.HttpMethod, "HEAD", StringComparison.OrdinalIgnoreCase)!=0)) {
398
if (m_HttpContext.Response.
BoundaryType
==BoundaryType.None) {
404
if (m_HttpContext.Response.
BoundaryType
==BoundaryType.Chunked) {