HttpConnectionFeature 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
의 기본 구현입니다 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 |
요청을 만드는 클라이언트의 원격 포트를 가져오거나 설정합니다. |