Property | Type | Description | |
---|---|---|---|
Protocol2Handlers | Dictionary |
||
Protocol2MessageName | Dictionary |
Method | Description | |
---|---|---|
GetHandler ( string protocol, ushort OpCode ) : DelSOEMessageHandler | ||
HasHandler ( string protocol, ushort OpCode ) : bool | ||
Initialize ( ) : void | ||
MakeProtocol ( string protocol ) : void |
Method | Description | |
---|---|---|
LoadMessageHandlers ( ) : void |
public static GetHandler ( string protocol, ushort OpCode ) : DelSOEMessageHandler | ||
protocol | string | |
OpCode | ushort | |
return | DelSOEMessageHandler |
public static HasHandler ( string protocol, ushort OpCode ) : bool | ||
protocol | string | |
OpCode | ushort | |
return | bool |
public static MakeProtocol ( string protocol ) : void | ||
protocol | string | |
return | void |
public static Dictionary |
||
return | Dictionary |