Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SocketInformationOptions.cs
Go to the documentation of this file.
1
using
System.ComponentModel
;
2
3
namespace
System.Net.Sockets
;
4
5
[Flags]
6
public
enum
SocketInformationOptions
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.ComponentModel
Definition
ColumnAttribute.cs:3
System.Net.Sockets.SocketInformationOptions
SocketInformationOptions
Definition
SocketInformationOptions.cs:7
System.Net.Sockets.SocketInformationOptions.NonBlocking
@ NonBlocking
System.Net.Sockets.SocketInformationOptions.Connected
@ Connected
System.Net.Sockets.SocketInformationOptions.Listening
@ Listening
System.Net.Sockets.SocketInformationOptions.UseOnlyOverlappedIO
@ UseOnlyOverlappedIO
System.Net.Sockets
Definition
AddressInfoHints.cs:1
source
System.Net.Sockets
System.Net.Sockets
SocketInformationOptions.cs
Generated by
1.10.0