1 write to operationContext
System.ServiceModel.Web (1)
System\ServiceModel\Web\OutgoingWebRequestContext.cs (1)
20this.operationContext = operationContext;
3 references to operationContext
System.ServiceModel.Web (3)
System\ServiceModel\Web\OutgoingWebRequestContext.cs (3)
92if (!operationContext.OutgoingMessageProperties.ContainsKey(HttpRequestMessageProperty.Name)) 94operationContext.OutgoingMessageProperties.Add(HttpRequestMessageProperty.Name, new HttpRequestMessageProperty()); 96return operationContext.OutgoingMessageProperties[HttpRequestMessageProperty.Name] as HttpRequestMessageProperty;