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