Search Results for

    Show / Hide Table of Contents

    Class ResponseHeader

    describes a swagger response header for a certain response dto

    Inheritance
    object
    ResponseHeader
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: FastEndpoints
    Assembly: FastEndpoints.dll
    Syntax
    public sealed class ResponseHeader

    Constructors

    ResponseHeader(int, string)

    Declaration
    public ResponseHeader(int statusCode, string headerName)
    Parameters
    Type Name Description
    int statusCode
    string headerName

    Properties

    Description

    description for the header

    Declaration
    public string? Description { set; }
    Property Value
    Type Description
    string

    Example

    an example header value

    Declaration
    public object? Example { set; }
    Property Value
    Type Description
    object
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX