HttpRequestWrapper.UserHostAddress 속성

정의

클라이언트의 IP 호스트 주소를 가져옵니다.

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

속성 값

String

클라이언트의 IP 주소입니다.

적용 대상