C# 클래스 WinLib.WinAPI.Iphlpapi.Adapter.UnicastAddress

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

공개 프로퍼티들

프로퍼티 타입 설명
Address string
Prefix byte

공개 메소드들

메소드 설명
UnicastAddress ( string address, byte prefix ) : System
UnicastAddress ( string address, string ipv4Mask ) : System

메소드 상세

UnicastAddress() 공개 메소드

public UnicastAddress ( string address, byte prefix ) : System
address string
prefix byte
리턴 System

UnicastAddress() 공개 메소드

public UnicastAddress ( string address, string ipv4Mask ) : System
address string
ipv4Mask string
리턴 System

프로퍼티 상세

Address 공개적으로 프로퍼티

public string Address
리턴 string

Prefix 공개적으로 프로퍼티

public byte Prefix
리턴 byte