C# Class Grider.GriderProxyFrame

显示文件 Open project: diva/Grider Class Usage Examples

Public Properties

Property Type Description
proxy GriderProxy

Public Methods

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

Private Methods

Method 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 method

public AddCommand ( string cmd, CommandDelegate deleg ) : void
cmd string
deleg CommandDelegate
return void

GriderProxyFrame() public method

public GriderProxyFrame ( string args ) : System
args string
return System

LoadPlugin() public method

public LoadPlugin ( string name ) : void
name string
return void

SayToUser() public method

public SayToUser ( string message ) : void
message string
return void

Property Details

proxy public_oe property

public GriderProxy,Grider proxy
return GriderProxy