3 writes to m_Type
System (3)
net\System\Net\WebHeaderCollection.cs (3)
253
m_Type
= WebHeaderCollectionType.WebRequest;
262
m_Type
= WebHeaderCollectionType.WebResponse;
985
m_Type
= type;
19 references to m_Type
System (19)
net\System\Net\WebHeaderCollection.cs (19)
252
if (
m_Type
==WebHeaderCollectionType.Unknown) {
255
return
m_Type
==WebHeaderCollectionType.WebRequest ||
m_Type
==WebHeaderCollectionType.HttpWebRequest ||
m_Type
==WebHeaderCollectionType.HttpListenerRequest;
261
if (
m_Type
==WebHeaderCollectionType.Unknown) {
264
return
m_Type
==WebHeaderCollectionType.WebResponse ||
m_Type
==WebHeaderCollectionType.HttpWebResponse ||
m_Type
==WebHeaderCollectionType.HttpListenerResponse;
307
if (
m_Type
==WebHeaderCollectionType.HttpListenerResponse) {
327
if (
m_Type
==WebHeaderCollectionType.HttpListenerResponse) {
346
if (
m_Type
==WebHeaderCollectionType.HttpListenerResponse) {
359
if (
m_Type
==WebHeaderCollectionType.HttpListenerResponse) {
392
if (
m_Type
==WebHeaderCollectionType.HttpListenerResponse) {
561
if (
m_Type
== WebHeaderCollectionType.HttpWebRequest)
568
else if (
m_Type
== WebHeaderCollectionType.HttpListenerResponse)
622
if (
m_Type
==WebHeaderCollectionType.HttpListenerResponse) {
665
if (
m_Type
==WebHeaderCollectionType.HttpListenerResponse) {
699
if (
m_Type
==WebHeaderCollectionType.HttpListenerResponse) {
717
if (
m_Type
==WebHeaderCollectionType.HttpListenerResponse) {