C# Class Presently.Utils.RequestCompleteEventArgs

Description of RequestCompleteEventArgs.
Inheritance: System.EventArgs
Exibir arquivo Open project: intridea/presently-winmo Class Usage Examples

Public Methods

Method Description
RequestCompleteEventArgs ( string requestType, string responseString ) : System
RequestCompleteEventArgs ( string requestType, string responseString, bool error ) : System

Method Details

RequestCompleteEventArgs() public method

public RequestCompleteEventArgs ( string requestType, string responseString ) : System
requestType string
responseString string
return System

RequestCompleteEventArgs() public method

public RequestCompleteEventArgs ( string requestType, string responseString, bool error ) : System
requestType string
responseString string
error bool
return System