OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Properties | List of all members
OpenSim.Framework.Servers.HttpServer.JsonRpcResponse Class Reference
Collaboration diagram for OpenSim.Framework.Servers.HttpServer.JsonRpcResponse:
Collaboration graph
[legend]

Public Member Functions

 JsonRpcResponse ()
 
string Serialize ()
 

Public Attributes

OSDMap Reply = new OSDMap()
 

Properties

string JsonRpc [get, set]
 
string Id [get, set]
 
OSD Result [get, set]
 
JsonRpcError Error [get, set]
 

Detailed Description

Definition at line 85 of file JsonRpcResponse.cs.

Constructor & Destructor Documentation

OpenSim.Framework.Servers.HttpServer.JsonRpcResponse.JsonRpcResponse ( )
inline

Definition at line 123 of file JsonRpcResponse.cs.

Member Function Documentation

string OpenSim.Framework.Servers.HttpServer.JsonRpcResponse.Serialize ( )
inline

Definition at line 128 of file JsonRpcResponse.cs.

Member Data Documentation

OSDMap OpenSim.Framework.Servers.HttpServer.JsonRpcResponse.Reply = new OSDMap()

Definition at line 121 of file JsonRpcResponse.cs.

Property Documentation

JsonRpcError OpenSim.Framework.Servers.HttpServer.JsonRpcResponse.Error
getset

Definition at line 117 of file JsonRpcResponse.cs.

string OpenSim.Framework.Servers.HttpServer.JsonRpcResponse.Id
getset

Definition at line 100 of file JsonRpcResponse.cs.

string OpenSim.Framework.Servers.HttpServer.JsonRpcResponse.JsonRpc
getset

Definition at line 88 of file JsonRpcResponse.cs.

OSD OpenSim.Framework.Servers.HttpServer.JsonRpcResponse.Result
getset

Definition at line 112 of file JsonRpcResponse.cs.


The documentation for this class was generated from the following file: