1 write to operationContext
System.ServiceModel.Web (1)
System\ServiceModel\Web\IncomingWebResponseContext.cs (1)
21this.operationContext = operationContext;
3 references to operationContext
System.ServiceModel.Web (3)
System\ServiceModel\Web\IncomingWebResponseContext.cs (3)
48if (operationContext.IncomingMessageProperties == null) 52if (!operationContext.IncomingMessageProperties.ContainsKey(HttpResponseMessageProperty.Name)) 56return operationContext.IncomingMessageProperties[HttpResponseMessageProperty.Name] as HttpResponseMessageProperty;