C# 클래스 OpenSim.Framework.Servers.HttpServer.SynchronousRestFormsRequester

파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 메소드들

메소드 설명
MakeRequest ( string verb, string requestUrl, string obj ) : string

Perform a synchronous REST request.

메소드 상세

MakeRequest() 공개 정적인 메소드

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
리턴 string