ConnectionInfo.RemoteIpAddress Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Uzak hedefin IP adresini alır veya ayarlar. Boş olabilir.
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
Özellik Değeri
Açıklamalar
Sonuç olarak null
, bağlantı bir TCP bağlantısı değilse (örneğin, Unix Etki Alanı Yuvası veya TCP tabanlı olmayan bir aktarım) elde edilir.