InterfaceSettings Class
This class represents the TCP/IP settings for an interface.
Namespace:
IntervalZero.MaxRT.Tcpip.Config
Assembly:
IntervalZero.MaxRT.Tcpip.Config (in IntervalZero.MaxRT.Tcpip.Config.dll) Version: 1.0.0.0 (File version: 1.1.0)
Syntax
public class InterfaceSettings
The InterfaceSettings type exposes the following members:
Properties
| Name | Description | |
|---|---|---|
|
|
Indicates whether the protocol settings are valid. |
|
|
|
Indicates whether the network interface is enabled. |
|
|
|
Gets or sets the name of the filter driver. |
|
|
|
Indicates whether the filter is enabled. |
|
|
|
Gets or sets the gateway address for the network interface. |
|
|
|
Indicates whether to ignore protocol validation errors. |
|
|
|
Gets or sets a list of Ipv4Configuration objects representing the IPv4 configurations. |
|
|
|
Gets or sets the IPv6 address of the network interface. |
|
|
|
Gets or sets the IPv6 prefix length. |
|
|
|
Indicates whether the link status is enabled. |
|
|
|
Gets or sets the ideal processor for link status. |
|
|
|
Gets or sets the priority for link status. |
|
|
|
Gets the name of the network interface. |
|
|
|
Gets or sets the ideal processor for TCP/IP Stack's receive thread. |
|
|
|
Gets or sets the priority for the TCP/IP Stack’s receive thread for the network interface. |
|
|
|
Gets or sets the receive buffer count used by the TCP/IP Stack. |
|
|
|
Gets or sets the receive queue index used by the TCP/IP Stack. |
|
|
|
Gets or sets the transmit buffer count used by the TCP/IP Stack. |
|
|
|
Gets or sets the transmit queue index used by the TCP/IP Stack. |
See Also: