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