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