C# Class SharpHop.HoptoadClient

Show file Open project: adzerk/SharpBrake Class Usage Examples

Public Methods

Method Description
HoptoadClient ( string apiKey, string aggregatorUrl ) : System
Send ( HoptoadMessage message ) : void

Method Details

HoptoadClient() public method

public HoptoadClient ( string apiKey, string aggregatorUrl ) : System
apiKey string
aggregatorUrl string
return System

Send() public method

public Send ( HoptoadMessage message ) : void
message HoptoadMessage
return void