C# 클래스 WhatCD.WebRequestWrapper

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

공개 메소드들

메소드 설명
PerformWebRequest ( ) : Stream
WebRequestWrapper ( Uri uri, RequestMethod requestMethod, string contentType, CookieContainer &cookieJar, string dataToPost = null ) : System

비공개 메소드들

메소드 설명
ActivateCountdown ( ) : void
WaitUntilCountdownComplete ( ) : void

메소드 상세

PerformWebRequest() 공개 메소드

public PerformWebRequest ( ) : Stream
리턴 Stream

WebRequestWrapper() 공개 메소드

public WebRequestWrapper ( Uri uri, RequestMethod requestMethod, string contentType, CookieContainer &cookieJar, string dataToPost = null ) : System
uri System.Uri
requestMethod RequestMethod
contentType string
cookieJar System.Net.CookieContainer
dataToPost string
리턴 System