C# 클래스 Machine.Mta.EndpointAddress

파일 보기 프로젝트 열기: machine/machine.mta 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Null EndpointAddress

공개 메소드들

메소드 설명
Equals ( EndpointAddress other ) : bool
Equals ( object obj ) : bool
FromString ( string value ) : EndpointAddress
GetHashCode ( ) : Int32
ToString ( ) : string

보호된 메소드들

메소드 설명
EndpointAddress ( ) : System
EndpointAddress ( string address ) : System

메소드 상세

EndpointAddress() 보호된 메소드

protected EndpointAddress ( ) : System
리턴 System

EndpointAddress() 보호된 메소드

protected EndpointAddress ( string address ) : System
address string
리턴 System

Equals() 공개 메소드

public Equals ( EndpointAddress other ) : bool
other EndpointAddress
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FromString() 공개 정적인 메소드

public static FromString ( string value ) : EndpointAddress
value string
리턴 EndpointAddress

GetHashCode() 공개 메소드

public GetHashCode ( ) : Int32
리턴 System.Int32

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Null 공개적으로 정적으로 프로퍼티

public static EndpointAddress,Machine.Mta Null
리턴 EndpointAddress