Click or drag to resize

BaseEndpointResponseFormat Property

Specifies the response content type of the message that is returned by this endpoint. If 'Auto' is selected the response content type is detected based on the 'Accept' request header.

Namespace:  Colygon.MatchPoint.WebApi.Configuration.EndPoints
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public MessageFormat ResponseFormat { get; set; }

Property Value

Type: MessageFormat
See Also