C# Class System.Net.Browser.ClientHttpWebRequestInternal

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

Méthodes publiques

Méthode Description
Abort ( ) : void
BeginGetRequestStream ( AsyncCallback callback, object state ) : IAsyncResult
BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult
EndGetRequestStream ( IAsyncResult ar ) : Stream
EndGetResponse ( IAsyncResult ar ) : WebResponse

Private Methods

Méthode Description
ClientHttpWebRequestInternal ( ) : System.IO
ClientHttpWebRequestInternal ( ClientHttpWebRequest wreq, Uri uri ) : System.IO
EndCallback ( IAsyncResult result ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

BeginGetRequestStream() public méthode

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

BeginGetResponse() public méthode

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

EndGetRequestStream() public méthode

public EndGetRequestStream ( IAsyncResult ar ) : Stream
ar IAsyncResult
Résultat System.IO.Stream

EndGetResponse() public méthode

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