C# Class Universe.Services.SyncMessagePosterService

Inheritance: Universe.Framework.Services.ConnectorBase, ISyncMessagePosterService, IService
Mostra file Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Property Type Description
m_doRemote bool

Public Methods

Method 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

Method 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 method

public FinishedStartup ( ) : void
return void

Get() public method

public Get ( string url, OSDMap request, GetResponse response ) : void
url string
request OSDMap
response GetResponse
return void

Initialize() public method

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

LogMessage() public method

public LogMessage ( bool remote, string url, OSDMap request ) : void
remote bool
url string
request OSDMap
return void

Post() public method

public Post ( string url, OSDMap request ) : void
url string
request OSDMap
return void

PostToServer() public method

public PostToServer ( OSDMap request ) : void
request OSDMap
return void

Start() public method

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

Property Details

m_doRemote protected_oe property

protected bool m_doRemote
return bool