6 references to MessageProperty
System.ServiceModel.Web (6)
System\ServiceModel\Web\IncomingWebRequestContext.cs (6)
57
string ifMatchHeader =
MessageProperty
.Headers[HttpRequestHeader.IfMatch];
66
string ifNoneMatchHeader =
MessageProperty
.Headers[HttpRequestHeader.IfNoneMatch];
75
string dateTime = this.
MessageProperty
.Headers[HttpRequestHeader.IfModifiedSince];
92
string dateTime = this.
MessageProperty
.Headers[HttpRequestHeader.IfUnmodifiedSince];
264
if (this.
MessageProperty
== null)
269
return this.
MessageProperty
;