共用方式為


IPreRequestEvent interface

IPreRequestEvent 會在提出擷取要求之前傳送。

屬性

options

正在使用的請求設定

requestId

可用來追蹤此特定要求的唯一識別碼 (識別碼在所有用戶端中都是唯一的)

requestUrl

即將發出之要求的 URL

vssRequestOptions

要求中提供的其他 VSS 特定選項

屬性詳細資料

options

正在使用的請求設定

options?: RequestInit

屬性值

RequestInit

requestId

可用來追蹤此特定要求的唯一識別碼 (識別碼在所有用戶端中都是唯一的)

requestId: number

屬性值

number

requestUrl

即將發出之要求的 URL

requestUrl: string

屬性值

string

vssRequestOptions

要求中提供的其他 VSS 特定選項

vssRequestOptions?: IVssRequestOptions

屬性值