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