C# Class ZencoderDotNet.Request

Show file Open project: zencoder/zencoder-dotnet

Public Methods

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

Private Methods

Method Description
setRequestBody ( ) : void
setRequestHeaders ( ) : void
setupRequest ( ) : void

Method Details

Request() public method

public Request ( string Url, string Method, string Body = null, string Format = null ) : System
Url string
Method string
Body string
Format string
return System

getResponse() public method

public getResponse ( ) : Response
return Response