11 references to BoundaryType
System.Net.HttpListener (11)
System\Net\HttpListenerResponse.cs (4)
13private BoundaryType _boundaryType = BoundaryType.None; 68_boundaryType = (BoundaryType)value; 97_boundaryType = BoundaryType.ContentLength;
System\Net\Managed\HttpListenerResponse.Managed.cs (7)
118if (!SentHeaders && _boundaryType != BoundaryType.Chunked) 176if (_boundaryType == BoundaryType.None) 184_boundaryType = BoundaryType.Chunked; 193_boundaryType = BoundaryType.ContentLength; 198if (_boundaryType != BoundaryType.Chunked) 200if (_boundaryType != BoundaryType.ContentLength && closing) 205if (_boundaryType == BoundaryType.ContentLength)