Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IPv6InterfaceProperties.cs
Go to the documentation of this file.
1
namespace
System.Net.NetworkInformation
;
2
3
public
abstract
class
IPv6InterfaceProperties
4
{
5
public
abstract
int
Index
{
get
; }
6
7
public
abstract
int
Mtu
{
get
; }
8
9
public
virtual
long
GetScopeId
(
ScopeLevel
scopeLevel)
10
{
11
throw
System
.
NotImplemented
.
ByDesignWithMessage
(
System
.
SR
.
net_MethodNotImplementedException
);
12
}
13
}
System.Net.NetworkInformation.IPv6InterfaceProperties.Mtu
int Mtu
Definition
IPv6InterfaceProperties.cs:7
System.Net.NetworkInformation.IPv6InterfaceProperties.GetScopeId
virtual long GetScopeId(ScopeLevel scopeLevel)
Definition
IPv6InterfaceProperties.cs:9
System.Net.NetworkInformation.IPv6InterfaceProperties
Definition
IPv6InterfaceProperties.cs:4
System.NotImplemented.ByDesignWithMessage
static Exception ByDesignWithMessage(string message)
Definition
NotImplemented.cs:5
System.NotImplemented
Definition
NotImplemented.cs:4
System.SR.net_MethodNotImplementedException
static string net_MethodNotImplementedException
Definition
SR.cs:22
System.SR
Definition
SR.cs:7
System.Net.NetworkInformation.ScopeLevel
ScopeLevel
Definition
ScopeLevel.cs:4
System.Net.NetworkInformation
Definition
DuplicateAddressDetectionState.cs:1
System
Definition
BlockingCollection.cs:8
System.Index
Definition
Index.cs:7
source
System.Net.NetworkInformation
System.Net.NetworkInformation
IPv6InterfaceProperties.cs
Generated by
1.10.0