C# Class WinLib.Network.NetworkInterface.IPGatewayAddress

Afficher le fichier Open project: SortByte/Network-Manager

Méthodes publiques

Свойство Type Description
Address string
GatewayMetric ushort

Méthodes publiques

Méthode Description
IPGatewayAddress ( ) : System

to make the class serializable

IPGatewayAddress ( string ip, ushort gwMetric ) : System

Method Details

IPGatewayAddress() public méthode

to make the class serializable
public IPGatewayAddress ( ) : System
Résultat System

IPGatewayAddress() public méthode

public IPGatewayAddress ( string ip, ushort gwMetric ) : System
ip string
gwMetric ushort
Résultat System

Property Details

Address public_oe property

public string Address
Résultat string

GatewayMetric public_oe property

public ushort GatewayMetric
Résultat ushort