OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | List of all members
OpenSim.Framework.Servers.HttpServer.RestObjectPoster Class Reference

Makes an asynchronous REST request which doesn't require us to do anything with the response. More...

Static Public Member Functions

static void BeginPostObject< TRequest > (string requestUrl, TRequest obj)
 
static void BeginPostObject< TRequest > (string verb, string requestUrl, TRequest obj)
 

Detailed Description

Makes an asynchronous REST request which doesn't require us to do anything with the response.

Definition at line 40 of file RestObjectPoster.cs.

Member Function Documentation

static void OpenSim.Framework.Servers.HttpServer.RestObjectPoster.BeginPostObject< TRequest > ( string  requestUrl,
TRequest  obj 
)
inlinestatic

Definition at line 42 of file RestObjectPoster.cs.

static void OpenSim.Framework.Servers.HttpServer.RestObjectPoster.BeginPostObject< TRequest > ( string  verb,
string  requestUrl,
TRequest  obj 
)
inlinestatic

Definition at line 47 of file RestObjectPoster.cs.


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