C# Class OTAPI.Callbacks.Terraria.Netplay

Afficher le fichier Open project: DeathCradle/Open-Terraria-API

Méthodes publiques

Méthode Description
OnConnectionAccepted ( ISocket client ) : bool

Private Methods

Méthode Description
ServerSocketCreate ( ) : global::Terraria.Net.Sockets.ISocket

This method replaces the "new TcpSocket" call in server loop, allowing custom server socket implementations.

Method Details

OnConnectionAccepted() public static méthode

public static OnConnectionAccepted ( ISocket client ) : bool
client ISocket
Résultat bool