Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.NetworkInformation.SystemIPGlobalProperties Class Referencesealed

Public Member Functions

override TcpConnectionInformation[] GetActiveTcpConnections ()
 
override IPEndPoint[] GetActiveTcpListeners ()
 
unsafe override IPEndPoint[] GetActiveUdpListeners ()
 
override IPGlobalStatistics GetIPv4GlobalStatistics ()
 
override IPGlobalStatistics GetIPv6GlobalStatistics ()
 
override TcpStatistics GetTcpIPv4Statistics ()
 
override TcpStatistics GetTcpIPv6Statistics ()
 
override UdpStatistics GetUdpIPv4Statistics ()
 
override UdpStatistics GetUdpIPv6Statistics ()
 
override IcmpV4Statistics GetIcmpV4Statistics ()
 
override IcmpV6Statistics GetIcmpV6Statistics ()
 
override IAsyncResult BeginGetUnicastAddresses (AsyncCallback callback, object state)
 
override UnicastIPAddressInformationCollection EndGetUnicastAddresses (IAsyncResult asyncResult)
 
override UnicastIPAddressInformationCollection GetUnicastAddresses ()
 
override async Task< UnicastIPAddressInformationCollectionGetUnicastAddressesAsync ()
 
virtual IAsyncResult BeginGetUnicastAddresses (AsyncCallback? callback, object? state)
 

Static Public Member Functions

static IPGlobalProperties GetIPGlobalProperties ()
 

Package Functions

 SystemIPGlobalProperties ()
 

Properties

override string HostName [get]
 
override string DomainName [get]
 
override NetBiosNodeType NodeType [get]
 
override string DhcpScopeName [get]
 
override bool IsWinsProxy [get]
 

Private Member Functions

unsafe List< SystemTcpConnectionInformationGetAllTcpConnections ()
 

Detailed Description

Definition at line 8 of file SystemIPGlobalProperties.cs.


The documentation for this class was generated from the following file: