C# 클래스 StatLight.Client.Model.Messaging.HttpWebRequestHelper

파일 보기 프로젝트 열기: staxmanade/StatLight

Private Properties

프로퍼티 타입 설명
BeginRequest void
BeginResponse void
OnResponseComplete void

공개 메소드들

메소드 설명
Execute ( ) : void
HttpWebRequestHelper ( Uri requestUri, string method, string postData ) : System

비공개 메소드들

메소드 설명
BeginRequest ( IAsyncResult ar ) : void
BeginResponse ( IAsyncResult ar ) : void
OnResponseComplete ( HttpResponseCompleteEventArgs e ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

HttpWebRequestHelper() 공개 메소드

public HttpWebRequestHelper ( Uri requestUri, string method, string postData ) : System
requestUri System.Uri
method string
postData string
리턴 System