C# Class StatLight.Client.Model.Messaging.HttpResponseCompleteEventArgs

Inheritance: System.EventArgs
Show file Open project: staxmanade/StatLight Class Usage Examples

Public Methods

Method Description
HttpResponseCompleteEventArgs ( Exception exception ) : System
HttpResponseCompleteEventArgs ( string response ) : System

Method Details

HttpResponseCompleteEventArgs() public method

public HttpResponseCompleteEventArgs ( Exception exception ) : System
exception System.Exception
return System

HttpResponseCompleteEventArgs() public method

public HttpResponseCompleteEventArgs ( string response ) : System
response string
return System