6 writes to _contentLength
System.Net.HttpListener (6)
System\Net\HttpListenerResponse.cs (2)
71
_contentLength
= -1;
96
_contentLength
= value;
System\Net\Managed\HttpListenerResponse.Managed.cs (4)
155
_contentLength
= templateResponse._contentLength;
189
_contentLength
= -1;
194
_contentLength
= 0;
202
_contentLength
= CanSendResponseBody(_httpContext!.Response.StatusCode) ? -1 : 0;
3 references to _contentLength
System.Net.HttpListener (3)
System\Net\HttpListenerResponse.cs (1)
90
get =>
_contentLength
;
System\Net\Managed\HttpListenerResponse.Managed.cs (2)
155
_contentLength = templateResponse.
_contentLength
;
207
_webHeaders.Set(HttpKnownHeaderNames.ContentLength,
_contentLength
.ToString("D", CultureInfo.InvariantCulture));