C# 클래스 Network.MasterServer.ExternalServerNotifier

상속: IDisposable
파일 보기 프로젝트 열기: merveilles/WaitingForHorus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DeleteURI string
URI string

Private Properties

프로퍼티 타입 설명
ReceiveUploadValuesCompleted void
SendWithCmd void

공개 메소드들

메소드 설명
BecomeUnlisted ( ) : void
Dispose ( ) : void
ExternalServerNotifier ( ) : System
SendNow ( ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
ReceiveUploadValuesCompleted ( object sender, UploadValuesCompletedEventArgs args ) : void
SendWithCmd ( ) : void

메소드 상세

BecomeUnlisted() 공개 메소드

public BecomeUnlisted ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExternalServerNotifier() 공개 메소드

public ExternalServerNotifier ( ) : System
리턴 System

SendNow() 공개 메소드

public SendNow ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

DeleteURI 공개적으로 프로퍼티

public string DeleteURI
리턴 string

URI 공개적으로 프로퍼티

public string URI
리턴 string