Table of Contents

Class EchoResponseDto

Namespace
GastroSky.Models.DTO
Assembly
GastroSky.Models.dll

Response body for the echo endpoints.

public record EchoResponseDto : IEquatable<EchoResponseDto>
Inheritance
EchoResponseDto
Implements
Inherited Members

Properties

IPv4

The requesting user's IPv4 address.

public string? IPv4 { get; set; }

Property Value

string

IPv6

The requesting user's IPv6 address.

public string? IPv6 { get; set; }

Property Value

string

Port

The requesting user's outbound port number.

public int Port { get; set; }

Property Value

int

RequestHeaders

The requesting user's request headers.

public IHeaderDictionary? RequestHeaders { get; set; }

Property Value

IHeaderDictionary