C# Class core.Server.CommLayer

Inheritance: core.Server.ICommLayer
Afficher le fichier Open project: Pure-Battlefield/gswat Class Usage Examples

Méthodes publiques

Свойство Type Description
MessageEvents MessageEventHandler>.Dictionary

Private Properties

Свойство Type Description
RConnPacketHandler void

Méthodes publiques

Méthode Description
Connect ( string address, int port, string password ) : void
Disconnect ( ) : void
IssueRequest ( string requestName, string>.Dictionary parameters, MessageEventHandler callback ) : void
NotifyCommHandler ( object sender, ChatEventArgs e ) : void

Private Methods

Méthode Description
RConnPacketHandler ( Packet args ) : void

Method Details

Connect() public méthode

public Connect ( string address, int port, string password ) : void
address string
port int
password string
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

IssueRequest() public méthode

public IssueRequest ( string requestName, string>.Dictionary parameters, MessageEventHandler callback ) : void
requestName string
parameters string>.Dictionary
callback MessageEventHandler
Résultat void

NotifyCommHandler() public méthode

public NotifyCommHandler ( object sender, ChatEventArgs e ) : void
sender object
e ChatEventArgs
Résultat void

Property Details

MessageEvents public_oe property

public Dictionary MessageEvents
Résultat MessageEventHandler>.Dictionary