Ping 的 Ack
使用 Ack for Ping 封包來確認用戶端的 Ping 要求。
reason-code reason-description
BITS-Packet-Type: Ack
Content-Length: length
BITS-Error-Code: error-code
BITS-Error-Context: error-context
-
reason-code
-
將 reason-code 取代為 HTTP 原因碼。 例如,如果成功,請將原因碼設定為 200。 如需 HTTP 原因代碼的清單,請參閱 RFC 2616。
-
reason-description
-
將 reason-description 取代為與原因代碼相關聯的 HTTP 描述。 例如,如果 reason-code 為 200,請將原因描述設定為 [確定]。
-
BITS-Packet-Type
-
將此回應封包識別為 Ack 封包。
-
Content-Length
-
將 length 取代為回應主體中包含的位元組數目。 即使回應的本文不包含內容,仍為必要專案。
-
BITS-Error-Code
-
以十六進位數位取代錯誤碼,代表與伺服器端錯誤相關聯的 HRESULT 值。 只有當 reason-code 不是 200 或 201 時,才包含此標頭。
-
BITS-Error-CoNtext
-
以十六進位數位取代錯誤內容,代表發生錯誤的內容。 如果伺服器產生錯誤,請指定 BG_ERROR_CONTEXT_REMOTE_FILE (0x5) 的十六進位數位。 否則,如果上傳檔案傳遞至的應用程式產生錯誤,請指定 BG_ERROR_CONTEXT_REMOTE_APPLICATION (0x7) 的 十六進位數位。 只有當原因碼不是 200 或 201 時,才包含此標頭。