1 write to m_RequestVars
System (1)
net\System\Net\Cache\HttpRequestCacheValidator.cs (1)
142
m_RequestVars
= new RequestVars();
14 references to m_RequestVars
System (14)
net\System\Net\Cache\HttpRequestCacheValidator.cs (14)
109
internal HttpMethod RequestMethod {get{return
m_RequestVars
.Method;} set{
m_RequestVars
.Method = value;}}
110
internal bool RequestRangeCache {get{return
m_RequestVars
.IsCacheRange;} set{
m_RequestVars
.IsCacheRange = value;}}
111
internal bool RequestRangeUser {get{return
m_RequestVars
.IsUserRange;} set{
m_RequestVars
.IsUserRange = value;}}
112
internal string RequestIfHeader1 {get{return
m_RequestVars
.IfHeader1;} set{
m_RequestVars
.IfHeader1 = value;}}
113
internal string RequestValidator1 {get{return
m_RequestVars
.Validator1;} set{
m_RequestVars
.Validator1 = value;}}
114
internal string RequestIfHeader2 {get{return
m_RequestVars
.IfHeader2;} set{
m_RequestVars
.IfHeader2 = value;}}
115
internal string RequestValidator2 {get{return
m_RequestVars
.Validator2;} set{
m_RequestVars
.Validator2 = value;}}