Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TcpState.cs
Go to the documentation of this file.
1
namespace
System.Net.NetworkInformation
;
2
3
public
enum
TcpState
4
{
5
Unknown
,
6
Closed
,
7
Listen
,
8
SynSent
,
9
SynReceived
,
10
Established
,
11
FinWait1
,
12
FinWait2
,
13
CloseWait
,
14
Closing
,
15
LastAck
,
16
TimeWait
,
17
DeleteTcb
18
}
System.Net.NetworkInformation.NetBiosNodeType.Unknown
@ Unknown
System.Net.NetworkInformation.TcpState
TcpState
Definition
TcpState.cs:4
System.Net.NetworkInformation.TcpState.Closed
@ Closed
System.Net.NetworkInformation.TcpState.Established
@ Established
System.Net.NetworkInformation.TcpState.TimeWait
@ TimeWait
System.Net.NetworkInformation.TcpState.LastAck
@ LastAck
System.Net.NetworkInformation.TcpState.FinWait1
@ FinWait1
System.Net.NetworkInformation.TcpState.Closing
@ Closing
System.Net.NetworkInformation.TcpState.SynReceived
@ SynReceived
System.Net.NetworkInformation.TcpState.DeleteTcb
@ DeleteTcb
System.Net.NetworkInformation.TcpState.SynSent
@ SynSent
System.Net.NetworkInformation.TcpState.Listen
@ Listen
System.Net.NetworkInformation.TcpState.CloseWait
@ CloseWait
System.Net.NetworkInformation.TcpState.FinWait2
@ FinWait2
System.Net.NetworkInformation
Definition
DuplicateAddressDetectionState.cs:1
source
System.Net.NetworkInformation
System.Net.NetworkInformation
TcpState.cs
Generated by
1.10.0