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