Click or drag to resize

BaseEndpointResponseHeaders Property

Specifies headers that are included in the response.

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

Property Value

Type: HttpHeader
See Also