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

◆ SecondsToMilliseconds()

static uint System.Net.Sockets.IOControlKeepAlive.SecondsToMilliseconds ( int seconds)
inlinestaticprivate

Definition at line 89 of file IOControlKeepAlive.cs.

90 {
91 return (uint)(seconds * 1000);
92 }

Referenced by System.Net.Sockets.IOControlKeepAlive.Set().