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