C# 클래스 ZencoderDotNet.Request

파일 보기 프로젝트 열기: zencoder/zencoder-dotnet

공개 메소드들

메소드 설명
Request ( string Url, string Method, string Body = null, string Format = null ) : System
getResponse ( ) : Response

비공개 메소드들

메소드 설명
setRequestBody ( ) : void
setRequestHeaders ( ) : void
setupRequest ( ) : void

메소드 상세

Request() 공개 메소드

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

getResponse() 공개 메소드

public getResponse ( ) : Response
리턴 Response