C# Class SOE.Core.SOEMessageHandler

Inheritance: System.Attribute
Show file 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 property

public string MessageName
return string

OpCode public property

public ushort OpCode
return ushort

Protocol public property

public string Protocol
return string