ConnectionInfo.RemoteIpAddress Właściwość

Definicja

Pobiera lub ustawia adres IP zdalnego obiektu docelowego. Może mieć wartość 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

Wartość właściwości

Uwagi

Wynikiem jest null to, że połączenie nie jest połączeniem TCP, np. gniazdem domeny systemu Unix lub transportem, który nie jest oparty na protokole TCP.

Dotyczy