C# Class ExampleSocketIO, socket.io-unity-client

Inheritance: SocketIoClient
Mostrar archivo Open project: CreativeTechnology/socket.io-unity-client

Public Properties

Property Type Description
host string
port int

Public Methods

Method Description
Awake ( ) : void
HandleMessage ( string msg ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

HandleMessage() public method

public HandleMessage ( string msg ) : void
msg string
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

host public_oe property

public string host
return string

port public_oe property

public int port
return int