Share via


SocketsHttpHandler.KeepAlivePingPolicy Özellik

Tanım

Canlı tutma ping davranışını alır veya ayarlar.

public:
 property System::Net::Http::HttpKeepAlivePingPolicy KeepAlivePingPolicy { System::Net::Http::HttpKeepAlivePingPolicy get(); void set(System::Net::Http::HttpKeepAlivePingPolicy value); };
public System.Net.Http.HttpKeepAlivePingPolicy KeepAlivePingPolicy { get; set; }
member this.KeepAlivePingPolicy : System.Net.Http.HttpKeepAlivePingPolicy with get, set
Public Property KeepAlivePingPolicy As HttpKeepAlivePingPolicy

Özellik Değeri

Canlı tut ping davranışı.

Açıklamalar

Etkin tutma ping'leri, bir etkinlik dışı kalma süresi yapılandırılan KeepAlivePingDelay değeri aştığında gönderilir.

Şunlara uygulanır