4 writes to ContentLength64
System (2)
net\System\Net\HttpListenerResponse.cs (2)
360ContentLength64 = responseEntity.Length; 661ContentLength64 = 0;
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
3063listenerResponse.ContentLength64 = contentLength;
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
438listenerContext.Response.ContentLength64 = 0;
1 reference to ContentLength64
System (1)
net\System\Net\_ListenerResponseStream.cs (1)
37m_LeftToWrite = method != UnsafeNclNativeMethods.HttpApi.HTTP_VERB.HttpVerbHEAD ? m_HttpContext.Response.ContentLength64 : 0;