C# 클래스 MaCRo.Communications.TransportAddress

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

공개 프로퍼티들

프로퍼티 타입 설명
transportMode TransportMode

공개 메소드들

메소드 설명
Clone ( ) : TransportAddress

Create a deep copy of the Transport Address

GetAddress ( ) : string

Create a deep copy of the Transport Address

IsSameNetwork ( TransportAddress ta ) : bool

Check if a Tranport Address belongs to the same network

TransportAddress ( ) : System

메소드 상세

Clone() 공개 추상적인 메소드

Create a deep copy of the Transport Address
public abstract Clone ( ) : TransportAddress
리턴 TransportAddress

GetAddress() 공개 추상적인 메소드

Create a deep copy of the Transport Address
public abstract GetAddress ( ) : string
리턴 string

IsSameNetwork() 공개 추상적인 메소드

Check if a Tranport Address belongs to the same network
public abstract IsSameNetwork ( TransportAddress ta ) : bool
ta TransportAddress
리턴 bool

TransportAddress() 공개 메소드

public TransportAddress ( ) : System
리턴 System

프로퍼티 상세

transportMode 공개적으로 프로퍼티

The transport mode of this Transport Address
public TransportMode transportMode
리턴 TransportMode