要求に関連付けられたヘッダーの名前/値ペアのコレクションを取得または設定します。
[Visual Basic]
Public Property HttpHeaders As System.Net.WebHeaderCollection
[C#]
public System.Net.WebHeaderCollection HttpHeaders {get; set;}

プロパティ値

ヘッダーの名前/値ペアのコレクション。

解説

設定値として有効なヘッダーは、"Content-Disposition" と "Cookie" です。

UploadFile, UploadByteArrayToFile メソッドを実行する前に設定します。

参照

ImageKit.File メンバ | Newtone.ImageKit.WPF.ImageKit