C# Class WinLib.Network.NetworkInterface.IPGatewayAddress

Mostra file Open project: SortByte/Network-Manager

Public Properties

Property Type Description
Address string
GatewayMetric ushort

Public Methods

Method Description
IPGatewayAddress ( ) : System

to make the class serializable

IPGatewayAddress ( string ip, ushort gwMetric ) : System

Method Details

IPGatewayAddress() public method

to make the class serializable
public IPGatewayAddress ( ) : System
return System

IPGatewayAddress() public method

public IPGatewayAddress ( string ip, ushort gwMetric ) : System
ip string
gwMetric ushort
return System

Property Details

Address public_oe property

public string Address
return string

GatewayMetric public_oe property

public ushort GatewayMetric
return ushort