C# Class OpenSim.Framework.Servers.HttpServer.SynchronousRestFormsRequester

Exibir arquivo Open project: N3X15/VoxelSim Class Usage Examples

Public Methods

Method Description
MakeRequest ( string verb, string requestUrl, string obj ) : string

Perform a synchronous REST request.

Method Details

MakeRequest() public static method

Perform a synchronous REST request.
Thrown if we encounter a network issue while posting /// the request. You'll want to make sure you deal with this as they're not uncommon
public static MakeRequest ( string verb, string requestUrl, string obj ) : string
verb string
requestUrl string
obj string
return string