C# 클래스 Universe.Services.SyncMessagePosterService

상속: Universe.Framework.Services.ConnectorBase, ISyncMessagePosterService, IService
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

보호된 프로퍼티들

프로퍼티 타입 설명
m_doRemote bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetInternal ( bool remote, string url, OSDMap request ) : OSDMap
PostInternal ( bool remote, string url, OSDMap request ) : void
PostToServerInternal ( bool remote, OSDMap request ) : void

메소드 상세

FinishedStartup() 공개 메소드

public FinishedStartup ( ) : void
리턴 void

Get() 공개 메소드

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

Initialize() 공개 메소드

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void

LogMessage() 공개 메소드

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

Post() 공개 메소드

public Post ( string url, OSDMap request ) : void
url string
request OSDMap
리턴 void

PostToServer() 공개 메소드

public PostToServer ( OSDMap request ) : void
request OSDMap
리턴 void

Start() 공개 메소드

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void

프로퍼티 상세

m_doRemote 보호되어 있는 프로퍼티

protected bool m_doRemote
리턴 bool