ViewStateException.RemoteAddress Özellik

Tanım

Görünüm durumu özel durumuyla sonuçlanan HTTP isteğinin IP adresini alır.

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

Özellik Değeri

String

String İstemcinin uzak IP adresini içeren.

Açıklamalar

Bu özellik, özelliğindeki değişkenle REMOTE_ADDR ServerVariables aynı değeri döndürür.

Şunlara uygulanır