5 references to HttpPipelineKey
System.ServiceModel (5)
System\ServiceModel\Channels\HttpPipeline.cs (5)
95if (!httpRequestMessage.Properties.TryGetValue(HttpPipelineKey, out obj) || obj == null) 97throw FxTrace.Exception.AsError(new InvalidOperationException(SR.GetString(SR.HttpPipelineMessagePropertyMissingError, HttpPipelineKey))); 104throw FxTrace.Exception.AsError(new InvalidOperationException(SR.GetString(SR.HttpPipelineMessagePropertyTypeError, HttpPipelineKey, typeof(HttpPipeline)))); 113httpRequestMessage.Properties.Remove(HttpPipelineKey); 512this.httpRequestMessage.Properties.Add(HttpPipelineKey, this);