C# 클래스 System.Net.Browser.BrowserHttpWebRequestInternal

상속: System.Net.Browser.HttpWebRequestCore
파일 보기 프로젝트 열기: shana/moon 1 사용 예제들

공개 메소드들

메소드 설명
Abort ( ) : void
BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
BrowserHttpWebRequestInternal ( BrowserHttpWebRequest wreq, Uri uri ) : System.IO
EndGetResponse ( IAsyncResult asyncResult ) : WebResponse

비공개 메소드들

메소드 설명
InitializeNativeRequest ( ) : void
InitializeNativeRequestSafe ( ) : void
OnAsyncDataAvailable ( IntPtr sender, IntPtr calldata, IntPtr closure ) : void
OnAsyncResponseStarted ( IntPtr sender, IntPtr calldata, IntPtr closure ) : void
OnAsyncResponseStopped ( IntPtr sender, IntPtr calldata, IntPtr closure ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

BeginGetResponse() 공개 메소드

public BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
리턴 IAsyncResult

BrowserHttpWebRequestInternal() 공개 메소드

public BrowserHttpWebRequestInternal ( BrowserHttpWebRequest wreq, Uri uri ) : System.IO
wreq BrowserHttpWebRequest
uri Uri
리턴 System.IO

EndGetResponse() 공개 메소드

public EndGetResponse ( IAsyncResult asyncResult ) : WebResponse
asyncResult IAsyncResult
리턴 WebResponse