프로퍼티 | 타입 | 설명 | |
---|---|---|---|
COPY_BYTES_BUFFER | int | ||
FORM_BOUNDARY_TAG | string | ||
FORM_MIME_JSON | string | ||
FORM_MIME_OCTECT | string | ||
FORM_MIME_URLENCODED | string |
메소드 | 설명 | |
---|---|---|
get ( string pUrl, string>.Dictionary |
get info from remote server
|
|
getRaw ( string pUrl, RecvDataHandler pRecvDataHandler ) : void | ||
postData ( string pUrl, string>.Dictionary |
post binary data to remote server
|
|
postData ( string pUrl, string>.Dictionary |
post the binary data to the remote server
|
|
postForm ( string pUrl, string>.Dictionary |
post the url encoded form to remote server
|
|
postFormRaw ( string pUrl, string>.Dictionary |
post data from raw
|
|
postMultipartDataForm ( string pUrl, string>.Dictionary |
post multi-part data form to remote server used to upload file
|
|
postMultipartDataRaw ( string pUrl, string>.Dictionary |
post multi-part data form to remote server used to upload file
|
메소드 | 설명 | |
---|---|---|
createFormDataBoundary ( ) : string | ||
createRandomFilename ( ) : string | ||
getUserAgent ( ) : string | ||
handleErrorWebResponse ( |
||
handleWebResponse ( |
||
handleWebResponse ( |
||
writeHttpRequestBody ( Stream fromStream, Stream toStream ) : void |
public get ( string pUrl, string>.Dictionary |
||
pUrl | string | |
pHeaders | string>.Dictionary | |
pCompletionHandler | CompletionHandler | |
리턴 | void |
public getRaw ( string pUrl, RecvDataHandler pRecvDataHandler ) : void | ||
pUrl | string | |
pRecvDataHandler | RecvDataHandler | |
리턴 | void |
public postData ( string pUrl, string>.Dictionary |
||
pUrl | string | |
pHeaders | string>.Dictionary | |
pPostData | byte | |
offset | int | |
count | int | |
contentType | string | |
pCompletionHandler | CompletionHandler | |
리턴 | void |
public postData ( string pUrl, string>.Dictionary |
||
pUrl | string | |
pHeaders | string>.Dictionary | |
pPostData | byte | |
contentType | string | |
pCompletionHandler | CompletionHandler | |
리턴 | void |
public postForm ( string pUrl, string>.Dictionary |
||
pUrl | string | |
pHeaders | string>.Dictionary | |
pPostParams | string[]>.Dictionary | |
pCompletionHandler | CompletionHandler | |
리턴 | void |
public postFormRaw ( string pUrl, string>.Dictionary |
||
pUrl | string | |
pHeaders | string>.Dictionary | |
pRecvDataHandler | RecvDataHandler | |
리턴 | void |
public postMultipartDataForm ( string pUrl, string>.Dictionary |
||
pUrl | string | |
pHeaders | string>.Dictionary | |
pPostParams | string>.Dictionary | |
pFormFile | ||
pProgressHandler | ProgressHandler | |
pCompletionHandler | CompletionHandler | |
리턴 | void |
public postMultipartDataRaw ( string pUrl, string>.Dictionary |
||
pUrl | string | |
pHeaders | string>.Dictionary | |
pFormFile | ||
pProgressHandler | ProgressHandler | |
pRecvDataHandler | RecvDataHandler | |
리턴 | void |