4 writes to _boundaryType
System.Net.HttpListener (4)
System\Net\HttpListenerResponse.cs (2)
68_boundaryType = (BoundaryType)value; 97_boundaryType = BoundaryType.ContentLength;
System\Net\Managed\HttpListenerResponse.Managed.cs (2)
184_boundaryType = BoundaryType.Chunked; 193_boundaryType = BoundaryType.ContentLength;
6 references to _boundaryType
System.Net.HttpListener (6)
System\Net\HttpListenerResponse.cs (1)
59get => (EntitySendFormat)_boundaryType;
System\Net\Managed\HttpListenerResponse.Managed.cs (5)
118if (!SentHeaders && _boundaryType != BoundaryType.Chunked) 176if (_boundaryType == BoundaryType.None) 198if (_boundaryType != BoundaryType.Chunked) 200if (_boundaryType != BoundaryType.ContentLength && closing) 205if (_boundaryType == BoundaryType.ContentLength)