IHttpConnectionFeature 인터페이스

정의

요청을 전달하는 TCP/IP 연결에 대한 정보입니다.

public interface class IHttpConnectionFeature
public interface IHttpConnectionFeature
type IHttpConnectionFeature = interface
Public Interface IHttpConnectionFeature
파생

속성

ConnectionId

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

LocalIpAddress

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

LocalPort

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

RemoteIpAddress

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

RemotePort

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

적용 대상