Method | Description | |
---|---|---|
AddExistingUrlForClient ( string SessionID, string url, uint port ) : void | ||
FinishedStartup ( ) : void | ||
GetUrlForRegisteringClient ( string SessionID, uint port ) : string | ||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
RemoveUrlForClient ( string sessionID, string url, uint port ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
public AddExistingUrlForClient ( string SessionID, string url, uint port ) : void | ||
SessionID | string | |
url | string | |
port | uint | |
return | void |
public GetUrlForRegisteringClient ( string SessionID, uint port ) : string | ||
SessionID | string | |
port | uint | |
return | string |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
public RemoveUrlForClient ( string sessionID, string url, uint port ) : void | ||
sessionID | string | |
url | string | |
port | uint | |
return | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |