C# 클래스 OTAPI.Callbacks.Terraria.Netplay

파일 보기 프로젝트 열기: DeathCradle/Open-Terraria-API

공개 메소드들

메소드 설명
OnConnectionAccepted ( ISocket client ) : bool

비공개 메소드들

메소드 설명
ServerSocketCreate ( ) : global::Terraria.Net.Sockets.ISocket

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

메소드 상세

OnConnectionAccepted() 공개 정적인 메소드

public static OnConnectionAccepted ( ISocket client ) : bool
client ISocket
리턴 bool