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

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

공개 메소드들

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

보호된 메소드들

메소드 설명
IPv4Destination ( ) : System

비공개 메소드들

메소드 설명
FindInterfaceWithIP ( IPAddress ip ) : InterfaceAddress

메소드 상세

CompareTo() 공개 메소드

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

CreateDestinationInfo() 공개 메소드

public CreateDestinationInfo ( ) : DestinationInfo
리턴 DestinationInfo

IPv4Destination() 보호된 메소드

protected IPv4Destination ( ) : System
리턴 System

IPv4Destination() 공개 메소드

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