C# 클래스 MineFrog.HeartBeat.HeartBeat

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: Merlin33069/MineFrog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentPlayers byte
ServerURL string
_hash string

공개 메소드들

메소드 설명
HeartBeat ( ) : System
InitializeLifetimeService ( ) : object

비공개 메소드들

메소드 설명
Beat ( int currentPlayers ) : void
Pumpboth ( ) : void
Stop ( ) : void
UrlEncode ( string input ) : string

메소드 상세

HeartBeat() 공개 메소드

public HeartBeat ( ) : System
리턴 System

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : object
리턴 object

프로퍼티 상세

CurrentPlayers 공개적으로 프로퍼티

public byte CurrentPlayers
리턴 byte

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

public static string ServerURL
리턴 string

_hash 공개적으로 프로퍼티

public string _hash
리턴 string