C# Class _3PA.Lib.User

Show file Open project: jcaillon/3P

Public Methods

Method Description
Ping ( ) : void

This method pings a webservice deployed for 3P, it simply allows to do statistics on the number of users of the software

SendComment ( string message, string url ) : bool

Sends an comment to a given GITHUB issue url

Method Details

Ping() public static method

This method pings a webservice deployed for 3P, it simply allows to do statistics on the number of users of the software
public static Ping ( ) : void
return void

SendComment() public static method

Sends an comment to a given GITHUB issue url
public static SendComment ( string message, string url ) : bool
message string
url string
return bool