3 references to AutomatedFormatSelectionContentTypePropertyName
System.ServiceModel.Web (3)
System\ServiceModel\Web\OutgoingWebResponseContext.cs (3)
142
if (!operationContext.OutgoingMessageProperties.ContainsKey(
AutomatedFormatSelectionContentTypePropertyName
))
146
return operationContext.OutgoingMessageProperties[
AutomatedFormatSelectionContentTypePropertyName
] as string;
150
operationContext.OutgoingMessageProperties[
AutomatedFormatSelectionContentTypePropertyName
] = value;