C# 클래스 Rolcore.Net.Http

파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
Get ( string uri, string userAgent = DefaultUserAgent, string accept = "*/*" ) : HttpWebResponse
Post ( string uri, NameValueCollection data ) : byte[]

메소드 상세

Get() 공개 정적인 메소드

public static Get ( string uri, string userAgent = DefaultUserAgent, string accept = "*/*" ) : HttpWebResponse
uri string
userAgent string
accept string
리턴 System.Net.HttpWebResponse

Post() 공개 정적인 메소드

public static Post ( string uri, NameValueCollection data ) : byte[]
uri string
data System.Collections.Specialized.NameValueCollection
리턴 byte[]