C# Class Universe.Services.SyncMessagePosterService

Inheritance: Universe.Framework.Services.ConnectorBase, ISyncMessagePosterService, IService
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Свойство Type Description
m_doRemote bool

Méthodes publiques

Méthode Description
FinishedStartup ( ) : void
Get ( string url, OSDMap request, GetResponse response ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void
LogMessage ( bool remote, string url, OSDMap request ) : void
Post ( string url, OSDMap request ) : void
PostToServer ( OSDMap request ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Private Methods

Méthode Description
GetInternal ( bool remote, string url, OSDMap request ) : OSDMap
PostInternal ( bool remote, string url, OSDMap request ) : void
PostToServerInternal ( bool remote, OSDMap request ) : void

Method Details

FinishedStartup() public méthode

public FinishedStartup ( ) : void
Résultat void

Get() public méthode

public Get ( string url, OSDMap request, GetResponse response ) : void
url string
request OSDMap
response GetResponse
Résultat void

Initialize() public méthode

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

LogMessage() public méthode

public LogMessage ( bool remote, string url, OSDMap request ) : void
remote bool
url string
request OSDMap
Résultat void

Post() public méthode

public Post ( string url, OSDMap request ) : void
url string
request OSDMap
Résultat void

PostToServer() public méthode

public PostToServer ( OSDMap request ) : void
request OSDMap
Résultat void

Start() public méthode

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

Property Details

m_doRemote protected_oe property

protected bool m_doRemote
Résultat bool