Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TcpConnectionInformation.cs
Go to the documentation of this file.
1
namespace
System.Net.NetworkInformation
;
2
3
public
abstract
class
TcpConnectionInformation
4
{
5
public
abstract
IPEndPoint
LocalEndPoint
{
get
; }
6
7
public
abstract
IPEndPoint
RemoteEndPoint
{
get
; }
8
9
public
abstract
TcpState
State {
get
; }
10
}
System.Net.IPEndPoint
Definition
IPEndPoint.cs:8
System.Net.NetworkInformation.TcpConnectionInformation.LocalEndPoint
IPEndPoint LocalEndPoint
Definition
TcpConnectionInformation.cs:5
System.Net.NetworkInformation.TcpConnectionInformation.RemoteEndPoint
IPEndPoint RemoteEndPoint
Definition
TcpConnectionInformation.cs:7
System.Net.NetworkInformation.TcpConnectionInformation
Definition
TcpConnectionInformation.cs:4
System.Net.NetworkInformation.TcpState
TcpState
Definition
TcpState.cs:4
System.Net.NetworkInformation
Definition
DuplicateAddressDetectionState.cs:1
source
System.Net.NetworkInformation
System.Net.NetworkInformation
TcpConnectionInformation.cs
Generated by
1.10.0