C# Class Brunet.Transport.TransportAddress

Inheritance: IComparable
Show file Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property 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

Public Methods

Method Description
CompareTo ( object ta ) : int
TATypeToString ( TAType t ) : string
ToString ( ) : string

Protected Methods

Method Description
TransportAddress ( string s ) : System

Method Details

CompareTo() public method

public CompareTo ( object ta ) : int
ta object
return int

TATypeToString() public static method

public static TATypeToString ( TAType t ) : string
t TAType
return string

ToString() public method

public ToString ( ) : string
return string

TransportAddress() protected method

protected TransportAddress ( string s ) : System
s string
return System

Property Details

_FUNCTION_S protected static property

protected static string _FUNCTION_S
return string

_SIMULATION_OTHER_S protected static property

protected static string _SIMULATION_OTHER_S
return string

_SIMULATION_S protected static property

protected static string _SIMULATION_S
return string

_SUBRING_S protected static property

protected static string _SUBRING_S
return string

_TCP_S protected static property

protected static string _TCP_S
return string

_TUNNEL_S protected static property

protected static string _TUNNEL_S
return string

_UDP_S protected static property

protected static string _UDP_S
return string

_parsed_uri protected property

protected Uri,System _parsed_uri
return System.Uri

_string_rep protected property

protected string _string_rep
return string