C# Class System.Net.Browser.BrowserHttpWebRequestInternal

Inheritance: System.Net.Browser.HttpWebRequestCore
Afficher le fichier Open project: shana/moon Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Abort ( ) : void
Résultat void

BeginGetResponse() public méthode

public BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
callback AsyncCallback
state object
Résultat IAsyncResult

BrowserHttpWebRequestInternal() public méthode

public BrowserHttpWebRequestInternal ( BrowserHttpWebRequest wreq, Uri uri ) : System.IO
wreq BrowserHttpWebRequest
uri Uri
Résultat System.IO

EndGetResponse() public méthode

public EndGetResponse ( IAsyncResult asyncResult ) : WebResponse
asyncResult IAsyncResult
Résultat WebResponse