C# Class ZencoderDotNet.Request

Afficher le fichier Open project: zencoder/zencoder-dotnet

Méthodes publiques

Méthode Description
Request ( string Url, string Method, string Body = null, string Format = null ) : System
getResponse ( ) : Response

Private Methods

Méthode Description
setRequestBody ( ) : void
setRequestHeaders ( ) : void
setupRequest ( ) : void

Method Details

Request() public méthode

public Request ( string Url, string Method, string Body = null, string Format = null ) : System
Url string
Method string
Body string
Format string
Résultat System

getResponse() public méthode

public getResponse ( ) : Response
Résultat Response