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

◆ GetOption()

bool System.Net.Sockets.SocketInformation.GetOption ( SocketInformationOptions option)
inlinepackage

Definition at line 21 of file SocketInformation.cs.

22 {
23 return (Options & option) == option;
24 }

References System.Net.Sockets.SocketInformation.Options.