C# 클래스 MCDawn.Heartbeat

파일 보기 프로젝트 열기: jonnyli1125/MCDawn

공개 프로퍼티들

프로퍼티 타입 설명
reservedChars char[]
serverURL string

공개 메소드들

메소드 설명
Init ( ) : void
Pump ( Beat type ) : bool
UrlEncode ( string input ) : string

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

Pump() 공개 정적인 메소드

public static Pump ( Beat type ) : bool
type Beat
리턴 bool

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( string input ) : string
input string
리턴 string

프로퍼티 상세

reservedChars 공개적으로 정적으로 프로퍼티

public static char[] reservedChars
리턴 char[]

serverURL 공개적으로 정적으로 프로퍼티

public static string serverURL
리턴 string