3 references to IfModifiedSince
System.ServiceModel.Web (3)
System\ServiceModel\Web\IncomingWebRequestContext.cs (1)
75
string dateTime = this.MessageProperty.Headers[HttpRequestHeader.
IfModifiedSince
];
System\ServiceModel\Web\OutgoingWebRequestContext.cs (2)
54
get { return this.MessageProperty.Headers[HttpRequestHeader.
IfModifiedSince
]; }
55
set { this.MessageProperty.Headers[HttpRequestHeader.
IfModifiedSince
] = value; }