2 overrides of MessageFormat
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\JsonFormatMapping.cs (1)
30
public override WebMessageFormat
MessageFormat
System\ServiceModel\Dispatcher\XmlFormatMapping.cs (1)
29
public override WebMessageFormat
MessageFormat
3 references to MessageFormat
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (3)
138
WebMessageFormat format = mapping.
MessageFormat
;
165
if (this.formatters[operationName].SupportsMessageFormat(mapping.
MessageFormat
) &&
168
SetFormatAndContentType(mapping.
MessageFormat
, responseContentType.ToString());