|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Represents a Network Interface (IP Helper)
Field Summary | |
---|---|
NetSamples.Common.Net.NetworkAdapter | adapter |
uint | ERROR_INSUFFICIENT_BUFFER |
NetSamples.Common.Net.iphlpapi.MIB_IFROW | ifrow |
uint | index |
System.Collections.Hashtable | interfaces |
string | name |
Constructor Summary | |
---|---|
NetworkInterface(NetSamples.Common.Net.iphlpapi.IP_ADAPTER_INDEX_MAP info) Constructor |
Property Summary | |
---|---|
NetSamples.Common.Net.NetworkAdapter |
Adapter
Adapter for this interface |
uint |
AdminStatus
Admin statis |
string |
Description
Description |
uint |
Index
Interface index |
int |
InterfaceCount
Count of interfaces |
System.Collections.ICollection |
Interfaces
Collection of Interfaces |
uint |
Mtu
MTU size |
string |
Name
Name |
uint |
NonUnicastReceived
Number of non-unicast packets received |
uint |
NonUnicastSent
Number of non-unicast packets sent |
string |
PhysicalAddress
Physical address |
uint |
Received
Number of packets received |
uint |
ReceivedDiscarded
Number of received packets that have been discarded |
uint |
ReceivedError
Number of received packets that were in error |
uint |
Sent
Number of packets sent |
uint |
SentDiscarded
Number of sent packets that were discarded |
uint |
SentError
Number of sent packets that were in error |
uint |
Speed
Interface speed |
uint |
UnicastReceived
Number of unicast packets received |
uint |
UnicastSent
Number of unicast packets sent |
Method Summary | |
---|---|
NetSamples.Common.Net.NetworkInterface |
Interface(uint index) Retrieves an interface by index number |
void |
LoadInterfaceInfo() Loads the Interface data |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Field Detail |
---|
private NetSamples.Common.Net.NetworkAdapter adapter
private uint ERROR_INSUFFICIENT_BUFFER
private NetSamples.Common.Net.iphlpapi.MIB_IFROW ifrow
private uint index
private System.Collections.Hashtable interfaces
private string name
Constructor Detail |
---|
internal NetworkInterface(NetSamples.Common.Net.iphlpapi.IP_ADAPTER_INDEX_MAP info)
Constructor
Property Detail |
---|
public NetSamples.Common.Net.NetworkAdapter Adapter
Adapter for this interface
public uint AdminStatus
Admin statis
public string Description
Description
public uint Index
Interface index
public int InterfaceCount
Count of interfaces
public System.Collections.ICollection Interfaces
Collection of Interfaces
public uint Mtu
MTU size
public string Name
Name
public uint NonUnicastReceived
Number of non-unicast packets received
public uint NonUnicastSent
Number of non-unicast packets sent
public string PhysicalAddress
Physical address
public uint Received
Number of packets received
public uint ReceivedDiscarded
Number of received packets that have been discarded
public uint ReceivedError
Number of received packets that were in error
public uint Sent
Number of packets sent
public uint SentDiscarded
Number of sent packets that were discarded
public uint SentError
Number of sent packets that were in error
public uint Speed
Interface speed
public uint UnicastReceived
Number of unicast packets received
public uint UnicastSent
Number of unicast packets sent
Method Detail |
---|
public NetSamples.Common.Net.NetworkInterface Interface(uint index)
Retrieves an interface by index number
private void LoadInterfaceInfo()
Loads the Interface data
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |