HttpClientHandler.SupportsRedirectConfiguration 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值指出處理常式是否支援 AllowAutoRedirect 和 MaxAutomaticRedirections 屬性的組態設定。
public:
virtual property bool SupportsRedirectConfiguration { bool get(); };
public virtual bool SupportsRedirectConfiguration { get; }
member this.SupportsRedirectConfiguration : bool
Public Overridable ReadOnly Property SupportsRedirectConfiguration As Boolean
屬性值
如果處理常式支援 AllowAutoRedirect 和 MaxAutomaticRedirections 屬性的組態設定,則為 true
,否則為 false
。 預設值是 true
。