다음을 통해 공유


Request.LocalIPAddress 속성

정의

현재 요청이 연결된 서버의 IP 주소를 가져옵니다.

public:
 property System::String ^ LocalIPAddress { System::String ^ get(); };
public string LocalIPAddress { get; }
member this.LocalIPAddress : string
Public ReadOnly Property LocalIPAddress As String

속성 값

현재 요청에 응답한 수신기의 로컬 IP 주소입니다.

적용 대상