C# Class _3PA.Lib.User

Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

Méthode 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 méthode

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
Résultat void

SendComment() public static méthode

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