C# Class KeePass.Util.UpdateCheckEx.UpdateDownloadInfo

Show file Open project: cappert/keepass2

Public Properties

Property Type Description
ComponentInfo List
Ready bool
SyncObj object
Url string

Public Methods

Method Description
UpdateDownloadInfo ( string strUrl ) : System

Method Details

UpdateDownloadInfo() public method

public UpdateDownloadInfo ( string strUrl ) : System
strUrl string
return System

Property Details

ComponentInfo public property

public List ComponentInfo
return List

Ready public property

public bool Ready
return bool

SyncObj public property

public object SyncObj
return object

Url public property

public string Url
return string