ConnectionInfo.RemoteIpAddress Proprietà

Definizione

Ottiene o imposta l'indirizzo IP della destinazione remota. Può essere null.

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

Valore della proprietà

Commenti

Il risultato è null se la connessione non è una connessione TCP, ad esempio un socket di dominio Unix o un trasporto non basato su TCP.

Si applica a