C# 클래스 fCraft.Heartbeat

Static class responsible for sending heartbeats.
파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HbData string

공개 메소드들

메소드 설명
HbSave ( ) : void

비공개 메소드들

메소드 설명
Beat ( SchedulerTask scheduledTask ) : void
CreateRequest ( Uri uri ) : HttpWebRequest
Heartbeat ( ) : System
OnServerShutdown ( object sender, ShutdownEventArgs e ) : void
RaiseHeartbeatSendingEvent ( HeartbeatData data, Uri uri, bool getServerUri ) : bool
RaiseHeartbeatSentEvent ( HeartbeatData heartbeatData, HttpWebResponse response, string text ) : void
RaiseUriChangedEvent ( Uri oldUri, Uri newUri ) : void
ResponseCallback ( IAsyncResult result ) : void
Send800CraftNetBeat ( ) : void
SendMinecraftNetBeat ( ) : void
Start ( ) : void

메소드 상세

HbSave() 공개 정적인 메소드

public static HbSave ( ) : void
리턴 void

프로퍼티 상세

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

public static string HbData
리턴 string