IBackgroundCopyJobHttpOptions2-Schnittstelle (bits10_2.h)
Verwenden Sie diese Schnittstelle, um die für eine BITS-Übertragung verwendete HTTP-Methode abzurufen und/oder zu überschreiben.
Um diese Schnittstelle abzurufen, rufen Sie die IBackgroundCopyJob::QueryInterface-Methode mit __uuidof(IBackgroundCopyJobHttpOptions2) für den Schnittstellenbezeichner auf.
Vererbung
Die IBackgroundCopyJobHttpOptions2-Schnittstelle erbt von IBackgroundCopyJobHttpOptions. IBackgroundCopyJobHttpOptions2 verfügt auch über folgende Membertypen:
Methoden
Die IBackgroundCopyJobHttpOptions2-Schnittstelle verfügt über diese Methoden.
IBackgroundCopyJobHttpOptions2::GetHttpMethod Ruft eine breite Zeichenfolge ab, die den HTTP-Methodennamen für die BITS-Übertragung enthält. Downloadaufträge sind standardmäßig "GET" und Upload- und Upload-Antwortaufträge "BITS_POST". |
IBackgroundCopyJobHttpOptions2::SetHttpMethod Überschreibt die für eine BITS-Übertragung verwendete HTTP-Standardmethode. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 10, Version 1809 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2016 [nur Desktop-Apps] |
Zielplattform | Windows |
Kopfzeile | bits10_2.h (bits.h einschließen) |