C# Class Network.MasterServer.ExternalServerNotifier

Inheritance: IDisposable
Mostrar archivo Open project: merveilles/WaitingForHorus Class Usage Examples

Public Properties

Property Type Description
DeleteURI string
URI string

Private Properties

Property Type Description
ReceiveUploadValuesCompleted void
SendWithCmd void

Public Methods

Method Description
BecomeUnlisted ( ) : void
Dispose ( ) : void
ExternalServerNotifier ( ) : System
SendNow ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
ReceiveUploadValuesCompleted ( object sender, UploadValuesCompletedEventArgs args ) : void
SendWithCmd ( ) : void

Method Details

BecomeUnlisted() public method

public BecomeUnlisted ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

ExternalServerNotifier() public method

public ExternalServerNotifier ( ) : System
return System

SendNow() public method

public SendNow ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

DeleteURI public_oe property

public string DeleteURI
return string

URI public_oe property

public string URI
return string