HttpConnectionFeature.LocalIpAddress Ö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.
İsteğin alındığı yerel IPAddress değerini alır veya ayarlar.
public:
property System::Net::IPAddress ^ LocalIpAddress { System::Net::IPAddress ^ get(); void set(System::Net::IPAddress ^ value); };
public System.Net.IPAddress LocalIpAddress { get; set; }
public System.Net.IPAddress? LocalIpAddress { get; set; }
member this.LocalIpAddress : System.Net.IPAddress with get, set
Public Property LocalIpAddress As IPAddress