C# 클래스 FileTreeLibrary.FileNetworkAddress

파일 보기 프로젝트 열기: stachupl/MNFS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
id string
ip string
port string

공개 메소드들

메소드 설명
FileNetworkAddress ( ) : System
FileNetworkAddress ( string id, string ip, string port ) : System

메소드 상세

FileNetworkAddress() 공개 메소드

public FileNetworkAddress ( ) : System
리턴 System

FileNetworkAddress() 공개 메소드

public FileNetworkAddress ( string id, string ip, string port ) : System
id string
ip string
port string
리턴 System

프로퍼티 상세

id 공개적으로 프로퍼티

public string id
리턴 string

ip 공개적으로 프로퍼티

public string ip
리턴 string

port 공개적으로 프로퍼티

public string port
리턴 string