C# Class SocketIOClient.Messages.AckMessage

Inheritance: Message
Datei anzeigen Open project: uken/UnitySocketIO-WebSocketSharp Class Usage Examples

Public Properties

Property Type Description
Callback System.Action

Public Methods

Method Description
AckMessage ( ) : System
Deserialize ( string rawMessage ) : AckMessage

Method Details

AckMessage() public method

public AckMessage ( ) : System
return System

Deserialize() public static method

public static Deserialize ( string rawMessage ) : AckMessage
rawMessage string
return AckMessage

Property Details

Callback public_oe property

public Action,System Callback
return System.Action