Bagikan melalui


ConnectionInfo.RemoteIpAddress Properti

Definisi

Mendapatkan atau mengatur alamat IP target jarak jauh. Bisa 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

Nilai Properti

Keterangan

Hasilnya adalah null jika koneksi bukan koneksi TCP, misalnya, Soket Domain Unix atau transportasi yang tidak berbasis TCP.

Berlaku untuk