C# Class Brunet.Transport.TransportAddress

Inheritance: IComparable
Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_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

Méthodes publiques

Méthode Description
CompareTo ( object ta ) : int
TATypeToString ( TAType t ) : string
ToString ( ) : string

Méthodes protégées

Méthode Description
TransportAddress ( string s ) : System

Method Details

CompareTo() public méthode

public CompareTo ( object ta ) : int
ta object
Résultat int

TATypeToString() public static méthode

public static TATypeToString ( TAType t ) : string
t TAType
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

TransportAddress() protected méthode

protected TransportAddress ( string s ) : System
s string
Résultat System

Property Details

_FUNCTION_S protected_oe static_oe property

protected static string _FUNCTION_S
Résultat string

_SIMULATION_OTHER_S protected_oe static_oe property

protected static string _SIMULATION_OTHER_S
Résultat string

_SIMULATION_S protected_oe static_oe property

protected static string _SIMULATION_S
Résultat string

_SUBRING_S protected_oe static_oe property

protected static string _SUBRING_S
Résultat string

_TCP_S protected_oe static_oe property

protected static string _TCP_S
Résultat string

_TUNNEL_S protected_oe static_oe property

protected static string _TUNNEL_S
Résultat string

_UDP_S protected_oe static_oe property

protected static string _UDP_S
Résultat string

_parsed_uri protected_oe property

protected Uri,System _parsed_uri
Résultat System.Uri

_string_rep protected_oe property

protected string _string_rep
Résultat string