C# 클래스 myGengo.Client

파일 보기 프로젝트 열기: gengo/spGengo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DELETE string
GET string
POST string
PUT string

보호된 프로퍼티들

프로퍼티 타입 설명
_proxy System.Net.WebProxy
client System.Net.HttpWebRequest
instance Client

공개 메소드들

메소드 설명
delete ( string url, string format, IDictionary param ) : HttpWebResponse
get ( string url, string format, IDictionary param ) : HttpWebResponse
getInstance ( ) : Client
post ( string url, string format, IDictionary param ) : HttpWebResponse
put ( string url, string format, IDictionary param ) : HttpWebResponse
request ( string url, string method, string format, IDictionary param ) : WebResponse

메소드 상세

delete() 공개 메소드

public delete ( string url, string format, IDictionary param ) : HttpWebResponse
url string
format string
param IDictionary
리턴 System.Net.HttpWebResponse

get() 공개 메소드

public get ( string url, string format, IDictionary param ) : HttpWebResponse
url string
format string
param IDictionary
리턴 System.Net.HttpWebResponse

getInstance() 공개 정적인 메소드

public static getInstance ( ) : Client
리턴 Client

post() 공개 메소드

public post ( string url, string format, IDictionary param ) : HttpWebResponse
url string
format string
param IDictionary
리턴 System.Net.HttpWebResponse

put() 공개 메소드

public put ( string url, string format, IDictionary param ) : HttpWebResponse
url string
format string
param IDictionary
리턴 System.Net.HttpWebResponse

request() 공개 메소드

public request ( string url, string method, string format, IDictionary param ) : WebResponse
url string
method string
format string
param IDictionary
리턴 System.Net.WebResponse

프로퍼티 상세

DELETE 공개적으로 정적으로 프로퍼티

public static string DELETE
리턴 string

GET 공개적으로 정적으로 프로퍼티

public static string GET
리턴 string

POST 공개적으로 정적으로 프로퍼티

public static string POST
리턴 string

PUT 공개적으로 정적으로 프로퍼티

public static string PUT
리턴 string

_proxy 보호되어 있는 프로퍼티

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

client 보호되어 있는 프로퍼티

protected HttpWebRequest,System.Net client
리턴 System.Net.HttpWebRequest

instance 보호되어 있는 정적으로 프로퍼티

protected static Client,myGengo instance
리턴 Client