다음을 통해 공유


IHttpConnectionFeature.RemoteIpAddress 속성

정의

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

public:
 property System::Net::IPAddress ^ RemoteIpAddress { System::Net::IPAddress ^ get(); void set(System::Net::IPAddress ^ value); };
public System.Net.IPAddress RemoteIpAddress { get; set; }
public System.Net.IPAddress? RemoteIpAddress { get; set; }
member this.RemoteIpAddress : System.Net.IPAddress with get, set
Public Property RemoteIpAddress As IPAddress

속성 값

적용 대상