C# Class SocketServer, unity-facebook

Show file Open project: rganeyev/unity-facebook Class Usage Examples

Public Methods

Method Description
SocketServer ( int port ) : System.Net
Stop ( ) : void

Private Methods

Method Description
Run ( ) : void

Method Details

SocketServer() public method

public SocketServer ( int port ) : System.Net
port int
return System.Net

Stop() public method

public Stop ( ) : void
return void