C# Class Razorpay.Api.RestClient

Afficher le fichier Open project: razorpay/razorpay-dot-net

Méthodes publiques

Méthode Description
MakeRequest ( string relativeUrl, HttpMethod method, string data ) : string
ThrowServerError ( int statusCode ) : void

Private Methods

Méthode Description
HandleErrors ( HttpWebResponse webResponse, string response ) : void
ParseResponse ( HttpWebResponse response ) : string

Method Details

MakeRequest() public méthode

public MakeRequest ( string relativeUrl, HttpMethod method, string data ) : string
relativeUrl string
method HttpMethod
data string
Résultat string

ThrowServerError() public méthode

public ThrowServerError ( int statusCode ) : void
statusCode int
Résultat void