Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SocketInformationOptions
enum
System.Net.Sockets.SocketInformationOptions
Enumerator
NonBlocking
Connected
Listening
UseOnlyOverlappedIO
Definition at line
6
of file
SocketInformationOptions.cs
.
7
{
8
NonBlocking
= 1,
9
Connected = 2,
10
Listening
= 4,
11
[Obsolete(
"SocketInformationOptions.UseOnlyOverlappedIO has been deprecated and is not supported."
)]
12
[EditorBrowsable(
EditorBrowsableState
.Never)]
13
UseOnlyOverlappedIO
= 8
14
}
System.ComponentModel.EditorBrowsableState
EditorBrowsableState
Definition
EditorBrowsableState.cs:4
System.Net.Sockets.SocketInformationOptions.NonBlocking
@ NonBlocking
System.Net.Sockets.SocketInformationOptions.Listening
@ Listening
System.Net.Sockets.SocketInformationOptions.UseOnlyOverlappedIO
@ UseOnlyOverlappedIO
System
Net
Sockets
Generated by
1.10.0