C# 클래스 Brunet.Transport.TransportAddress

상속: IComparable
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_FUNCTION_S string
_SIMULATION_OTHER_S string
_SIMULATION_S string
_SUBRING_S string
_TCP_S string
_TUNNEL_S string
_UDP_S string
_parsed_uri System.Uri
_string_rep string

공개 메소드들

메소드 설명
CompareTo ( object ta ) : int
TATypeToString ( TAType t ) : string
ToString ( ) : string

보호된 메소드들

메소드 설명
TransportAddress ( string s ) : System

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object ta ) : int
ta object
리턴 int

TATypeToString() 공개 정적인 메소드

public static TATypeToString ( TAType t ) : string
t TAType
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TransportAddress() 보호된 메소드

protected TransportAddress ( string s ) : System
s string
리턴 System

프로퍼티 상세

_FUNCTION_S 보호되어 있는 정적으로 프로퍼티

protected static string _FUNCTION_S
리턴 string

_SIMULATION_OTHER_S 보호되어 있는 정적으로 프로퍼티

protected static string _SIMULATION_OTHER_S
리턴 string

_SIMULATION_S 보호되어 있는 정적으로 프로퍼티

protected static string _SIMULATION_S
리턴 string

_SUBRING_S 보호되어 있는 정적으로 프로퍼티

protected static string _SUBRING_S
리턴 string

_TCP_S 보호되어 있는 정적으로 프로퍼티

protected static string _TCP_S
리턴 string

_TUNNEL_S 보호되어 있는 정적으로 프로퍼티

protected static string _TUNNEL_S
리턴 string

_UDP_S 보호되어 있는 정적으로 프로퍼티

protected static string _UDP_S
리턴 string

_parsed_uri 보호되어 있는 프로퍼티

protected Uri,System _parsed_uri
리턴 System.Uri

_string_rep 보호되어 있는 프로퍼티

protected string _string_rep
리턴 string