オーバーロード一覧
指定した URI を持つリモートサーバからローカル ファイルにデータをダウンロードします。
[Visual Basic] Public Function HttpDownloadFile(String, String) As Boolean
[C#] public bool HttpDownloadFile(string, string)
指定した URI を持つリモートサーバからローカル ファイルにデータをダウンロードします。
[Visual Basic] Public Function HttpDownloadFile(System.Uri, String) As Boolean
[C#] public bool HttpDownloadFile(System.Uri, string)
指定したスキームとホスト名およびパス名を持つリモートサーバからローカル ファイルにデータをダウンロードします。
[Visual Basic] Public Function HttpDownloadFile(String, String, String, String) As Boolean
[C#] public bool HttpDownloadFile(string, string, string, string)
参照
ImageKit.File メンバ | Newtone.ImageKit.WPF.ImageKit