C# 클래스 GeoIQ.Net.GeoComWebClient

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

공개 프로퍼티들

프로퍼티 타입 설명
Headers string>.Dictionary
WebReq System.Net.HttpWebRequest

공개 메소드들

메소드 설명
Delete ( string url, string userName, string password, string content ) : ResponseEventArgs
GeoComWebClient ( ) : System
GetCookie ( string url, string userName, string password ) : string
OnGeoComResponseReceived ( object geoComWebClient, ResponseEventArgs response ) : void
Post ( string url, string userName, string password, string contentType, string data ) : string

Executes an HTTP POST command and retrives the information. This function will automatically include a "source" parameter if the "Source" property is set.

Put ( string url, string data ) : ResponseEventArgs
PutAsync ( string url, string data ) : void
UploadFiles ( string url, string files ) : ResponseEventArgs
UploadFilesAsync ( string url, string files ) : void

비공개 메소드들

메소드 설명
GetResponseBack ( IAsyncResult asynchronousResult ) : void
addHeaders ( ) : void
copyStream ( Stream input, Stream output ) : void
getByteArray ( Stream s ) : byte[]
getFilesMemoryStream ( string files, string boundary ) : Stream
getFilesMemoryStream ( Stream result, string files, string boundary ) : void
getOverlayDictionary ( ) : string>.Dictionary
getOverlayType ( string file ) : string
getWildHeaders ( string filename, string boundary ) : string
hasAuthenticationHeader ( ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( string url, string userName, string password, string content ) : ResponseEventArgs
url string
userName string
password string
content string
리턴 ResponseEventArgs

GeoComWebClient() 공개 메소드

public GeoComWebClient ( ) : System
리턴 System

GetCookie() 공개 메소드

public GetCookie ( string url, string userName, string password ) : string
url string
userName string
password string
리턴 string

OnGeoComResponseReceived() 공개 메소드

public OnGeoComResponseReceived ( object geoComWebClient, ResponseEventArgs response ) : void
geoComWebClient object
response ResponseEventArgs
리턴 void

Post() 공개 메소드

Executes an HTTP POST command and retrives the information. This function will automatically include a "source" parameter if the "Source" property is set.
public Post ( string url, string userName, string password, string contentType, string data ) : string
url string The URL to perform the POST operation
userName string The username to use with the request
password string The password to use with the request
contentType string
data string The data to post
리턴 string

Put() 공개 메소드

public Put ( string url, string data ) : ResponseEventArgs
url string
data string
리턴 ResponseEventArgs

PutAsync() 공개 메소드

public PutAsync ( string url, string data ) : void
url string
data string
리턴 void

UploadFiles() 공개 메소드

public UploadFiles ( string url, string files ) : ResponseEventArgs
url string
files string
리턴 ResponseEventArgs

UploadFilesAsync() 공개 메소드

public UploadFilesAsync ( string url, string files ) : void
url string
files string
리턴 void

프로퍼티 상세

Headers 공개적으로 프로퍼티

public Dictionary Headers
리턴 string>.Dictionary

WebReq 공개적으로 프로퍼티

public HttpWebRequest,System.Net WebReq
리턴 System.Net.HttpWebRequest