1 write to operationContext
System.ServiceModel.Web (1)
System\ServiceModel\Web\OutgoingWebResponseContext.cs (1)
29
this.
operationContext
= operationContext;
12 references to operationContext
System.ServiceModel.Web (12)
System\ServiceModel\Web\OutgoingWebResponseContext.cs (12)
107
if (!
operationContext
.OutgoingMessageProperties.ContainsKey(WebResponseFormatPropertyName))
111
return
operationContext
.OutgoingMessageProperties[WebResponseFormatPropertyName] as WebMessageFormat?;
123
operationContext
.OutgoingMessageProperties[WebResponseFormatPropertyName] = value.Value;
128
operationContext
.OutgoingMessageProperties[WebResponseFormatPropertyName] = null;
142
if (!
operationContext
.OutgoingMessageProperties.ContainsKey(AutomatedFormatSelectionContentTypePropertyName))
146
return
operationContext
.OutgoingMessageProperties[AutomatedFormatSelectionContentTypePropertyName] as string;
150
operationContext
.OutgoingMessageProperties[AutomatedFormatSelectionContentTypePropertyName] = value;
160
string endpointId = this.
operationContext
.EndpointDispatcher.Id;
162
foreach (ServiceEndpoint endpoint in this.
operationContext
.Host.Description.Endpoints)
182
if (!
operationContext
.OutgoingMessageProperties.ContainsKey(HttpResponseMessageProperty.Name))
184
operationContext
.OutgoingMessageProperties.Add(HttpResponseMessageProperty.Name, new HttpResponseMessageProperty());
186
return
operationContext
.OutgoingMessageProperties[HttpResponseMessageProperty.Name] as HttpResponseMessageProperty;