HttpConnectionFeature 클래스

정의

의 기본 구현입니다 IHttpConnectionFeature.

public ref class HttpConnectionFeature : Microsoft::AspNetCore::Http::Features::IHttpConnectionFeature
public class HttpConnectionFeature : Microsoft.AspNetCore.Http.Features.IHttpConnectionFeature
type HttpConnectionFeature = class
    interface IHttpConnectionFeature
Public Class HttpConnectionFeature
Implements IHttpConnectionFeature
상속
HttpConnectionFeature
구현

생성자

HttpConnectionFeature()

의 기본 구현입니다 IHttpConnectionFeature.

속성

ConnectionId

요청이 수신된 연결에 대한 고유 식별자를 가져오거나 설정합니다. 이는 주로 진단 목적으로 사용됩니다.

LocalIpAddress

요청이 수신된 로컬 IPAddress를 가져오거나 설정합니다.

LocalPort

요청이 수신된 로컬 포트를 가져오거나 설정합니다.

RemoteIpAddress

요청을 만드는 클라이언트의 IPAddress를 가져오거나 설정합니다. 이는 최종 사용자가 아닌 프록시용일 수 있습니다.

RemotePort

요청을 만드는 클라이언트의 원격 포트를 가져오거나 설정합니다.

적용 대상