7 references to None
System (7)
net\System\Net\_ListenerResponseStream.cs (2)
397
if ((m_HttpContext.Response.BoundaryType==BoundaryType.Chunked || m_HttpContext.Response.BoundaryType==BoundaryType.
None
) && (String.Compare(m_HttpContext.Request.HttpMethod, "HEAD", StringComparison.OrdinalIgnoreCase)!=0)) {
398
if (m_HttpContext.Response.BoundaryType==BoundaryType.
None
) {
net\System\Net\HttpListenerRequest.cs (2)
256
m_BoundaryType = BoundaryType.
None
;
392
if (m_BoundaryType==BoundaryType.
None
) {
net\System\Net\HttpListenerResponse.cs (3)
45
m_BoundaryType = BoundaryType.
None
;
648
if (m_BoundaryType==BoundaryType.
None
)
675
else if (m_BoundaryType==BoundaryType.
None
) {