5 writes to m_BoundaryType
System (5)
net\System\Net\HttpListenerResponse.cs (5)
45m_BoundaryType = BoundaryType.None; 185m_BoundaryType = templateResponse.m_BoundaryType; 233m_BoundaryType = (BoundaryType)value; 312m_BoundaryType = BoundaryType.ContentLength; 655m_BoundaryType = BoundaryType.Chunked;
12 references to m_BoundaryType
System (12)
net\System\Net\HttpListenerResponse.cs (12)
185m_BoundaryType = templateResponse.m_BoundaryType; 223return (EntitySendFormat)m_BoundaryType; 358GlobalLog.Print("HttpListenerResponse#" + ValidationHelper.HashString(this) + "::Close() ResponseState:" + m_ResponseState + " BoundaryType:" + m_BoundaryType + " ContentLength:" + m_ContentLength); 359if (m_ResponseState<ResponseState.SentHeaders && m_BoundaryType!=BoundaryType.Chunked) { 416return m_BoundaryType; 647GlobalLog.Print("HttpListenerResponse#" + ValidationHelper.HashString(this) + "::ComputeHeaders() flags:" + flags + " m_BoundaryType:" + m_BoundaryType + " m_ContentLength:" + m_ContentLength + " m_KeepAlive:" + m_KeepAlive); 648if (m_BoundaryType==BoundaryType.None) 665GlobalLog.Print("HttpListenerResponse#" + ValidationHelper.HashString(this) + "::ComputeHeaders() flags:" + flags + " m_BoundaryType:" + m_BoundaryType + " m_ContentLength:" + m_ContentLength + " m_KeepAlive:" + m_KeepAlive); 666if (m_BoundaryType==BoundaryType.ContentLength) { 672else if (m_BoundaryType==BoundaryType.Chunked) { 675else if (m_BoundaryType==BoundaryType.None) { 694GlobalLog.Print("HttpListenerResponse#" + ValidationHelper.HashString(this) + "::ComputeHeaders() flags:" + flags + " m_BoundaryType:" + m_BoundaryType + " m_ContentLength:" + m_ContentLength + " m_KeepAlive:" + m_KeepAlive);