C# 클래스 YandexAPI.Request

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

공개 메소드들

메소드 설명
GET ( string Url ) : Stream
GET ( string Url, WebProxy Proxy ) : Stream
GetResponseToString ( Stream RequestMetod ) : string
GetResponseToXDocument ( Stream RequestMetod ) : System.Xml.Linq.XDocument
POST ( string Url, string Command ) : Stream
POST ( string Url, string Command, WebProxy Proxy ) : Stream

비공개 메소드들

메소드 설명
ResponseStreamGET ( string Url ) : Stream
ResponseStreamGET ( string Url, WebProxy Proxy ) : Stream
ResponseStreamPOST ( string Url, string Command ) : Stream
ResponseStreamPOST ( string Url, string Command, WebProxy Proxy ) : Stream

메소드 상세

GET() 공개 메소드

public GET ( string Url ) : Stream
Url string
리턴 Stream

GET() 공개 메소드

public GET ( string Url, WebProxy Proxy ) : Stream
Url string
Proxy System.Net.WebProxy
리턴 Stream

GetResponseToString() 공개 메소드

public GetResponseToString ( Stream RequestMetod ) : string
RequestMetod Stream
리턴 string

GetResponseToXDocument() 공개 메소드

public GetResponseToXDocument ( Stream RequestMetod ) : System.Xml.Linq.XDocument
RequestMetod Stream
리턴 System.Xml.Linq.XDocument

POST() 공개 메소드

public POST ( string Url, string Command ) : Stream
Url string
Command string
리턴 Stream

POST() 공개 메소드

public POST ( string Url, string Command, WebProxy Proxy ) : Stream
Url string
Command string
Proxy System.Net.WebProxy
리턴 Stream