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

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

공개 프로퍼티들

프로퍼티 타입 설명
Global List
LinkLocal List
Local List
SiteLocal List
Temporary List
UniqueLocal List

공개 메소드들

메소드 설명
Add ( string ip, string subnet ) : void
Contains ( string ip, string subnet = null ) : bool

메소드 상세

Add() 공개 메소드

public Add ( string ip, string subnet ) : void
ip string
subnet string
리턴 void

Contains() 공개 메소드

public Contains ( string ip, string subnet = null ) : bool
ip string
subnet string
리턴 bool

프로퍼티 상세

Global 공개적으로 프로퍼티

public List Global
리턴 List

LinkLocal 공개적으로 프로퍼티

public List LinkLocal
리턴 List

Local 공개적으로 프로퍼티

public List Local
리턴 List

SiteLocal 공개적으로 프로퍼티

public List SiteLocal
리턴 List

Temporary 공개적으로 프로퍼티

public List Temporary
리턴 List

UniqueLocal 공개적으로 프로퍼티

public List UniqueLocal
리턴 List