Table of Contents

Class ParseUpdateInfoEventArgs

Namespace
HeBianGu.Systems.Upgrade
Assembly
HeBianGu.Systems.Upgrade.dll

An object of this class contains the AppCast file received from server.

public class ParseUpdateInfoEventArgs : EventArgs
Inheritance
ParseUpdateInfoEventArgs
Inherited Members
Extension Methods

Constructors

ParseUpdateInfoEventArgs(string)

An object containing the AppCast file received from server.

public ParseUpdateInfoEventArgs(string remoteData)

Parameters

remoteData string

A string containing remote data received from the AppCast file.

Properties

RemoteData

Remote data received from the AppCast file.

public string RemoteData { get; }

Property Value

string

UpdateInfo

Set this object with values received from the AppCast file.

public UpdateInfoEventArgs UpdateInfo { get; set; }

Property Value

UpdateInfoEventArgs