C# 클래스 myGengo.Api

파일 보기 프로젝트 열기: gengo/spGengo

보호된 프로퍼티들

프로퍼티 타입 설명
DEFAULT_ID string
_apiKey string
_baseUrl string
_defaultJobId string
_format string
_privateKey string
_proxy System.Net.WebProxy
client Client
response System.Net.HttpWebResponse

공개 메소드들

메소드 설명
Api ( ) : System
Api ( string api_key, string private_key ) : System
ToString ( ) : string
factory ( string client ) : Api
factory ( string client, string api_key, string private_key ) : Api
getResponseBody ( ) : string
getResponseStream ( ) : Stream
setBaseUrl ( string url ) : void
setResponseFormat ( string format ) : void

보호된 메소드들

메소드 설명
checkResponse ( ) : void
setParams ( object &id, string &format, IDictionary &param ) : void
setParamsNotId ( string &format, IDictionary &param ) : void

메소드 상세

Api() 공개 메소드

public Api ( ) : System
리턴 System

Api() 공개 메소드

public Api ( string api_key, string private_key ) : System
api_key string
private_key string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

checkResponse() 보호된 메소드

protected checkResponse ( ) : void
리턴 void

factory() 공개 정적인 메소드

public static factory ( string client ) : Api
client string
리턴 Api

factory() 공개 정적인 메소드

public static factory ( string client, string api_key, string private_key ) : Api
client string
api_key string
private_key string
리턴 Api

getResponseBody() 공개 메소드

public getResponseBody ( ) : string
리턴 string

getResponseStream() 공개 메소드

public getResponseStream ( ) : Stream
리턴 Stream

setBaseUrl() 공개 메소드

public setBaseUrl ( string url ) : void
url string
리턴 void

setParams() 보호된 메소드

protected setParams ( object &id, string &format, IDictionary &param ) : void
id object
format string
param IDictionary
리턴 void

setParamsNotId() 보호된 메소드

protected setParamsNotId ( string &format, IDictionary &param ) : void
format string
param IDictionary
리턴 void

setResponseFormat() 공개 메소드

public setResponseFormat ( string format ) : void
format string
리턴 void

프로퍼티 상세

DEFAULT_ID 보호되어 있는 프로퍼티

protected string DEFAULT_ID
리턴 string

_apiKey 보호되어 있는 프로퍼티

protected string _apiKey
리턴 string

_baseUrl 보호되어 있는 프로퍼티

protected string _baseUrl
리턴 string

_defaultJobId 보호되어 있는 프로퍼티

protected string _defaultJobId
리턴 string

_format 보호되어 있는 프로퍼티

protected string _format
리턴 string

_privateKey 보호되어 있는 프로퍼티

protected string _privateKey
리턴 string

_proxy 보호되어 있는 프로퍼티

protected WebProxy,System.Net _proxy
리턴 System.Net.WebProxy

client 보호되어 있는 프로퍼티

protected Client,myGengo client
리턴 Client

response 보호되어 있는 프로퍼티

protected HttpWebResponse,System.Net response
리턴 System.Net.HttpWebResponse