C# Class MaCRo.Communications.TransportAddress

Afficher le fichier Open project: AlexAlbala/MaCRo Class Usage Examples

Méthodes publiques

Свойство Type Description
transportMode TransportMode

Méthodes publiques

Méthode Description
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

Method Details

Clone() public abstract méthode

Create a deep copy of the Transport Address
public abstract Clone ( ) : TransportAddress
Résultat TransportAddress

GetAddress() public abstract méthode

Create a deep copy of the Transport Address
public abstract GetAddress ( ) : string
Résultat string

IsSameNetwork() public abstract méthode

Check if a Tranport Address belongs to the same network
public abstract IsSameNetwork ( TransportAddress ta ) : bool
ta TransportAddress
Résultat bool

TransportAddress() public méthode

public TransportAddress ( ) : System
Résultat System

Property Details

transportMode public_oe property

The transport mode of this Transport Address
public TransportMode transportMode
Résultat TransportMode