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)
59
get => (EntitySendFormat)
_boundaryType
;
System\Net\Managed\HttpListenerResponse.Managed.cs (5)
118
if (!SentHeaders &&
_boundaryType
!= BoundaryType.Chunked)
176
if (
_boundaryType
== BoundaryType.None)
198
if (
_boundaryType
!= BoundaryType.Chunked)
200
if (
_boundaryType
!= BoundaryType.ContentLength && closing)
205
if (
_boundaryType
== BoundaryType.ContentLength)