Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Microsoft.​AspNetCore.​Http.​Features.​IHttpConnectionFeature

Assembly: Microsoft.AspNetCore.Http.Features

Information regarding the TCP/IP connection carrying the request.

Properties

string
ConnectionId
Gets or sets the unique identifier for the connection the request was received on. This is primarily for diagnostic purposes.
RemoteIpAddress
Gets or sets the IPAddress of the client making the request. Note this may be for a proxy rather than the end user.
Gets or sets the local IPAddress on which the request was received.
int
RemotePort
Gets or sets the remote port of the client making the request.
int
LocalPort
Gets or sets the local port on which the request was received.