Property | Type | Description | |
---|---|---|---|
defaultCookie | string | ||
useShortNames | bool |
Method | Description | |
---|---|---|
CookieFileName ( ) : string | ||
ToString ( ) : System.String | ||
cookie ( ) : System.String | ||
getAlive ( ) : System.String | ||
host ( ) : System.String | ||
node ( ) : string | ||
node ( System _node, bool _shortName ) : string | ||
nodeLongName ( ) : string | ||
setCookie ( System cookie ) : System.String |
Method | Description | |
---|---|---|
AbstractNode ( System node ) : System | ||
AbstractNode ( System name, System cookie, bool shortName ) : System |
Method | Description | |
---|---|---|
AbstractNode ( ) : System | ||
InitBlock ( ) : void | ||
creation ( ) : int | ||
distHigh ( ) : int | ||
distLow ( ) : int | ||
proto ( ) : int | ||
type ( ) : int |
protected AbstractNode ( System node ) : System | ||
node | System | |
return | System |
protected AbstractNode ( System name, System cookie, bool shortName ) : System | ||
name | System | |
cookie | System | |
shortName | bool | |
return | System |
public static node ( System _node, bool _shortName ) : string | ||
_node | System | |
_shortName | bool | |
return | string |
public setCookie ( System cookie ) : System.String | ||
cookie | System | |
return | System.String |