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

◆ TransmitFileOptions

Enumerator
UseDefaultWorkerThread 
Disconnect 
ReuseSocket 
WriteBehind 
UseSystemThread 
UseKernelApc 

Definition at line 6 of file TransmitFileOptions.cs.

7{
9 Disconnect = 1,
10 ReuseSocket = 2,
11 [SupportedOSPlatform("windows")]
12 WriteBehind = 4,
13 [SupportedOSPlatform("windows")]
14 UseSystemThread = 0x10,
15 [SupportedOSPlatform("windows")]
16 UseKernelApc = 0x20
17}