C# 클래스 _3PA.Lib.User

파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
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

메소드 상세

Ping() 공개 정적인 메소드

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
리턴 void

SendComment() 공개 정적인 메소드

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