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