Click or drag to resize
IApiHttpDownloader Interface
Downloading API data through HTTP.

Namespace: PatchKit.Api
Assembly: PatchKit.Api (in PatchKit.Api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IApiHttpDownloader

The IApiHttpDownloader type exposes the following members.

Methods
  NameDescription
Public methodBeginDownloadString
Begins an asynchronus download of text string from url.
Public methodEndDownloadString
Waits until the async operation is completed and retrieves result from it.
Top
See Also