Terraria
v1.4.4.9
Terraria source code documentation
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
_
a
c
d
e
f
i
l
m
o
p
r
s
t
u
w
Files
File List
File Members
All
Enumerations
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Macros
Loading...
Searching...
No Matches
UdpStatistics.cs
Go to the documentation of this file.
1
namespace
System.Net.NetworkInformation
;
2
3
public
abstract
class
UdpStatistics
4
{
5
public
abstract
long
DatagramsReceived
{
get
; }
6
7
public
abstract
long
DatagramsSent
{
get
; }
8
9
public
abstract
long
IncomingDatagramsDiscarded
{
get
; }
10
11
public
abstract
long
IncomingDatagramsWithErrors
{
get
; }
12
13
public
abstract
int
UdpListeners
{
get
; }
14
}
3
public
abstract
class
UdpStatistics
{
…
};
System.Net.NetworkInformation.UdpStatistics.DatagramsReceived
long DatagramsReceived
Definition
UdpStatistics.cs:5
System.Net.NetworkInformation.UdpStatistics.UdpListeners
int UdpListeners
Definition
UdpStatistics.cs:13
System.Net.NetworkInformation.UdpStatistics.IncomingDatagramsDiscarded
long IncomingDatagramsDiscarded
Definition
UdpStatistics.cs:9
System.Net.NetworkInformation.UdpStatistics.IncomingDatagramsWithErrors
long IncomingDatagramsWithErrors
Definition
UdpStatistics.cs:11
System.Net.NetworkInformation.UdpStatistics.DatagramsSent
long DatagramsSent
Definition
UdpStatistics.cs:7
System.Net.NetworkInformation.UdpStatistics
Definition
UdpStatistics.cs:4
System.Net.NetworkInformation
Definition
DuplicateAddressDetectionState.cs:1
source
System.Net.NetworkInformation
System.Net.NetworkInformation
UdpStatistics.cs
Generated by
1.10.0