WebRequestHandler.ContinueTimeout 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在上傳資料前,應用程式等待來自伺服器的 100-Continue 的時間長度 (以毫秒為單位)。
public:
property TimeSpan ContinueTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ContinueTimeout { get; set; }
member this.ContinueTimeout : TimeSpan with get, set
Public Property ContinueTimeout As TimeSpan
屬性值
在上傳資料前,應用程式等待來自伺服器的 100-Continue 的時間長度 (以毫秒為單位)。 預設值為 350 毫秒。