Click or drag to resize

BaseBodyEndpointPayloadFormat Property

Specifies the content type of the payload. If 'Auto' is selected the content type is detected based on the 'Content-Type' request header.

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

Property Value

Type: MessageFormat
See Also