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

Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Méthode Description
MakeRequest ( string verb, string requestUrl, string obj ) : string

Perform a synchronous REST request.

Method Details

MakeRequest() public static méthode

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
Résultat string