ViewStateException.RemoteAddress Proprietà

Definizione

Ottiene l'indirizzo IP della richiesta HTTP che ha generato un'eccezione dello stato di visualizzazione.

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

Valore della proprietà

String

Oggetto String contenente l'indirizzo IP remoto del client.

Commenti

Questa proprietà restituisce lo stesso valore della REMOTE_ADDR variabile nella ServerVariables proprietà.

Si applica a