C# 클래스 WinLib.Network.NetworkInterface.IPGatewayAddress

파일 보기 프로젝트 열기: SortByte/Network-Manager

공개 프로퍼티들

프로퍼티 타입 설명
Address string
GatewayMetric ushort

공개 메소드들

메소드 설명
IPGatewayAddress ( ) : System

to make the class serializable

IPGatewayAddress ( string ip, ushort gwMetric ) : System

메소드 상세

IPGatewayAddress() 공개 메소드

to make the class serializable
public IPGatewayAddress ( ) : System
리턴 System

IPGatewayAddress() 공개 메소드

public IPGatewayAddress ( string ip, ushort gwMetric ) : System
ip string
gwMetric ushort
리턴 System

프로퍼티 상세

Address 공개적으로 프로퍼티

public string Address
리턴 string

GatewayMetric 공개적으로 프로퍼티

public ushort GatewayMetric
리턴 ushort