C# Class Presently.Utils.RequestCompleteEventArgs

Description of RequestCompleteEventArgs.
Inheritance: System.EventArgs
Afficher le fichier Open project: intridea/presently-winmo Class Usage Examples

Méthodes publiques

Méthode Description
RequestCompleteEventArgs ( string requestType, string responseString ) : System
RequestCompleteEventArgs ( string requestType, string responseString, bool error ) : System

Method Details

RequestCompleteEventArgs() public méthode

public RequestCompleteEventArgs ( string requestType, string responseString ) : System
requestType string
responseString string
Résultat System

RequestCompleteEventArgs() public méthode

public RequestCompleteEventArgs ( string requestType, string responseString, bool error ) : System
requestType string
responseString string
error bool
Résultat System