C# Class SOE.Core.SOEMessageHandler

Inheritance: System.Attribute
显示文件 Open project: Joshsora/LibSOE Class Usage Examples

Public Properties

Property Type Description
MessageName string
OpCode ushort
Protocol string

Public Methods

Method Description
SOEMessageHandler ( string messageName, ushort opCode, string protocol = "SOE" ) : System

Method Details

SOEMessageHandler() public method

public SOEMessageHandler ( string messageName, ushort opCode, string protocol = "SOE" ) : System
messageName string
opCode ushort
protocol string
return System

Property Details

MessageName public_oe property

public string MessageName
return string

OpCode public_oe property

public ushort OpCode
return ushort

Protocol public_oe property

public string Protocol
return string