Property | Type | Description | |
---|---|---|---|
m_registry | IRegistryCore |
Method | Description | |
---|---|---|
Handle ( string path, Stream requestData, Aurora.Framework.Servers.HttpServer.OSHttpRequest httpRequest, Aurora.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : byte[] | ||
MurmurPoster ( string url, IMurmurService handler, string SessionID, IRegistryCore registry ) : System |
Method | Description | |
---|---|---|
ProcessGet ( OSDMap request ) : byte[] |
public Handle ( string path, Stream requestData, Aurora.Framework.Servers.HttpServer.OSHttpRequest httpRequest, Aurora.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : byte[] | ||
path | string | |
requestData | Stream | |
httpRequest | Aurora.Framework.Servers.HttpServer.OSHttpRequest | |
httpResponse | Aurora.Framework.Servers.HttpServer.OSHttpResponse | |
return | byte[] |
public MurmurPoster ( string url, IMurmurService handler, string SessionID, IRegistryCore registry ) : System | ||
url | string | |
handler | IMurmurService | |
SessionID | string | |
registry | IRegistryCore | |
return | System |