C# Class System.Net.Browser.BrowserHttpWebRequestInternal

Inheritance: System.Net.Browser.HttpWebRequestCore
Show file Open project: shana/moon Class Usage Examples

Public Methods

Method Description
Abort ( ) : void
BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
BrowserHttpWebRequestInternal ( BrowserHttpWebRequest wreq, Uri uri ) : System.IO
EndGetResponse ( IAsyncResult asyncResult ) : WebResponse

Private Methods

Method Description
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

Method Details

Abort() public method

public Abort ( ) : void
return void

BeginGetResponse() public method

public BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
return IAsyncResult

BrowserHttpWebRequestInternal() public method

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

EndGetResponse() public method

public EndGetResponse ( IAsyncResult asyncResult ) : WebResponse
asyncResult IAsyncResult
return WebResponse