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