public struct IpStats
Public Structure IpStats
Dim instance As IpStats
public value class IpStats
[<SealedAttribute>]
type IpStats =
struct
inherit ValueType
end
No code example is currently available or this language may not be supported.
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
DefaultTTL | The default initial time-to-live (TTL) for datagrams originating on a particular computer. This member can be set to MIB_USE_CURRENT_TTL to use the current deafult TTL value when setting the forwarding and time-to-live (TTL) options using the SetIpStatistics and SetIpStatisticsEx functions. |
ForwardedDatagrams | The number of datagrams forwarded. |
Forwarding | Specifies whether IP forwarding is enabled or disabled for this IP protocol. |
FragmentsCreates | The number of fragments created. |
FragmentsFails | The number of datagrams that have not been fragmented because the IP header specifies no fragmentation. These datagrams are discarded. |
FragmentsOks | The number of datagrams that were fragmented successfully. |
InAddressErrors | The number of datagrams received that have address errors. |
InDelivers | The number of received datagrams delivered. |
InDiscards | The number of received datagrams discarded. |
InHeaderErrors | The number of datagrams received that have header errors. |
InReceives | The number of datagrams received. |
InUnknownProtocols | The number of datagrams received that have an unknown protocol. |
NumAddresses | The number of IP addresses associated with this computer. |
NumInterfaces | The number of interfaces. |
NumRoutes | The number of routes in the IP routing table. |
OutDiscards | The number of transmitted datagrams discarded. |
OutNoRoutes | The number of datagrams for which this computer did not have a route to the destination IP address. These datagrams were discarded. |
OutRequests | The number of outgoing datagrams that IP is requested to transmit. This number does not include forwarded datagrams. |
ReassemblyFails | The number of datagrams that cannot be reassembled. |
ReassemblyOks | The number of datagrams that were successfully reassembled. |
ReassemblyRequired | The number of datagrams that require re-assembly. |
ReassemblyTimeout | The amount of time allowed for all pieces of a fragmented datagram to arrive. If all pieces do not arrive within this time, the datagram is discarded. |
RoutingDiscards | The number of outgoing datagrams discarded. |
CanConvertTo |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
CanConvertToT |
Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions) |
ConvertToT |
Converts an object to the specified target type.
If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions) |
IsDisposable |
Determines whether the specified object is a disposable type
(i.e., it implements IDisposable interface).
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
Speak |
Speaks the string representation of the source object by using the
operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions) |
ThrowIfNullTException |
Throws the specified exception if the source object is null.
(Defined by ObjectExtensions) |