C# 클래스 NapkinCommon.HttpUtil

파일 보기 프로젝트 열기: cjdaly/napkin

공개 메소드들

메소드 설명
DoHttpMethod ( string method, string uri, NetworkCredential credential, string requestText, bool readResponse = true ) : string

비공개 메소드들

메소드 설명
GetResponseText ( HttpWebRequest request ) : string
PollHaveResponse ( HttpWebRequest request, int timeoutMilliseconds = 2000 ) : void

메소드 상세

DoHttpMethod() 공개 정적인 메소드

public static DoHttpMethod ( string method, string uri, NetworkCredential credential, string requestText, bool readResponse = true ) : string
method string
uri string
credential System.Net.NetworkCredential
requestText string
readResponse bool
리턴 string