4 references to WebResponseFormatPropertyName
System.ServiceModel.Web (4)
System\ServiceModel\Web\OutgoingWebResponseContext.cs (4)
107if (!operationContext.OutgoingMessageProperties.ContainsKey(WebResponseFormatPropertyName)) 111return operationContext.OutgoingMessageProperties[WebResponseFormatPropertyName] as WebMessageFormat?; 123operationContext.OutgoingMessageProperties[WebResponseFormatPropertyName] = value.Value; 128operationContext.OutgoingMessageProperties[WebResponseFormatPropertyName] = null;