C# Class Grider.GriderProxyFrame

Afficher le fichier Open project: diva/Grider Class Usage Examples

Méthodes publiques

Свойство Type Description
proxy GriderProxy

Méthodes publiques

Méthode Description
AddCommand ( string cmd, CommandDelegate deleg ) : void
GriderProxyFrame ( string args ) : System
LoadPlugin ( string name ) : void
SayToUser ( string message ) : void

Private Methods

Méthode Description
ChatFromViewerOut ( Packet packet, IPEndPoint sim ) : Packet
CmdLoad ( string words ) : void
LoginRequest ( Nwc.XmlRpc.XmlRpcRequest request ) : void
LoginResponse ( Nwc.XmlRpc.XmlRpcResponse response ) : void

Method Details

AddCommand() public méthode

public AddCommand ( string cmd, CommandDelegate deleg ) : void
cmd string
deleg CommandDelegate
Résultat void

GriderProxyFrame() public méthode

public GriderProxyFrame ( string args ) : System
args string
Résultat System

LoadPlugin() public méthode

public LoadPlugin ( string name ) : void
name string
Résultat void

SayToUser() public méthode

public SayToUser ( string message ) : void
message string
Résultat void

Property Details

proxy public_oe property

public GriderProxy,Grider proxy
Résultat GriderProxy