Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Close()

void ISocket. Terraria.Net.Sockets.SocialSocket.Close ( )
inlineprivate

Implements Terraria.Net.Sockets.ISocket.

Definition at line 21 of file SocialSocket.cs.

22 {
23 if (_remoteAddress != null)
24 {
26 _remoteAddress = null;
27 }
28 }
static Terraria.Social.Base.NetSocialModule Network
Definition SocialAPI.cs:20

References Terraria.Net.Sockets.SocialSocket._remoteAddress, and Terraria.Social.SocialAPI.Network.