Property | Type | Description | |
---|---|---|---|
BanFilePath | string | ||
Clients | Terraria.RemoteClient[] | ||
Connection | |||
IsListening | bool | ||
IsServerRunning | bool | ||
ListenPort | int | ||
ServerIP | |||
ServerIPText | string | ||
ServerPassword | string | ||
TcpListener | ISocket | ||
UseUPNP | bool | ||
anyClients | bool | ||
disconnect | bool | ||
portForwardIP | string | ||
portForwardOpen | bool | ||
portForwardPort | int | ||
spamCheck | bool |
Method | Description | |
---|---|---|
AddBan ( int plr ) : void | ||
GetLocalIPAddress ( ) : string | ||
GetSectionX ( int x ) : int | ||
GetSectionY ( int y ) : int | ||
Initialize ( ) : void | ||
IsBanned ( |
||
OnConnectedToSocialServer ( ISocket client ) : void | ||
ResetNetDiag ( ) : void | ||
ResetSections ( ) : void | ||
ServerLoop ( object threadContext ) : void | ||
SetRemoteIP ( string remoteAddress ) : bool | ||
SocialClientLoop ( object threadContext ) : void | ||
StartServer ( ) : void | ||
StartSocialClient ( ISocket socket ) : void | ||
StartTcpClient ( ) : void | ||
TcpClientLoop ( object threadContext ) : void | ||
closePort ( ) : void | ||
newRecent ( ) : void |
Method | Description | |
---|---|---|
ClientLoopSetup ( |
||
FindNextOpenClientSlot ( ) : int | ||
InnerClientLoop ( ) : void | ||
OnConnectionAccepted ( ISocket client ) : void | ||
OpenPort ( ) : void | ||
StartListening ( ) : bool | ||
StopListening ( ) : void |
public static IsBanned ( |
||
address | ||
return | bool |
public static OnConnectedToSocialServer ( ISocket client ) : void | ||
client | ISocket | |
return | void |
public static ServerLoop ( object threadContext ) : void | ||
threadContext | object | |
return | void |
public static SetRemoteIP ( string remoteAddress ) : bool | ||
remoteAddress | string | |
return | bool |
public static SocialClientLoop ( object threadContext ) : void | ||
threadContext | object | |
return | void |
public static StartSocialClient ( ISocket socket ) : void | ||
socket | ISocket | |
return | void |
public static TcpClientLoop ( object threadContext ) : void | ||
threadContext | object | |
return | void |
public static RemoteClient[],Terraria Clients | ||
return | Terraria.RemoteClient[] |
public static RemoteServer,Terraria Connection | ||
return |
public static IPAddress,System.Net ServerIP | ||
return |