C# 클래스 FileFind.Meshwork.Destination.IPv6Destination

상속: IPDestination
파일 보기 프로젝트 열기: codebutler/meshwork

보호된 프로퍼티들

프로퍼티 타입 설명
prefixLength int

공개 메소드들

메소드 설명
CompareTo ( IDestination other ) : int
CreateDestinationInfo ( ) : DestinationInfo
IPv6Destination ( int prefixLength, IPAddress ip, uint port, bool isOpenExternally ) : System

보호된 메소드들

메소드 설명
IPv6Destination ( ) : System

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( IDestination other ) : int
other IDestination
리턴 int

CreateDestinationInfo() 공개 메소드

public CreateDestinationInfo ( ) : DestinationInfo
리턴 DestinationInfo

IPv6Destination() 보호된 메소드

protected IPv6Destination ( ) : System
리턴 System

IPv6Destination() 공개 메소드

public IPv6Destination ( int prefixLength, IPAddress ip, uint port, bool isOpenExternally ) : System
prefixLength int
ip System.Net.IPAddress
port uint
isOpenExternally bool
리턴 System

프로퍼티 상세

prefixLength 보호되어 있는 프로퍼티

protected int prefixLength
리턴 int