C# Class System.Net.Browser.ClientHttpWebRequestInternal

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

Public Methods

Method 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

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

Method Details

Abort() public method

public Abort ( ) : void
return void

BeginGetRequestStream() public method

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

BeginGetResponse() public method

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

EndGetRequestStream() public method

public EndGetRequestStream ( IAsyncResult ar ) : Stream
ar IAsyncResult
return System.IO.Stream

EndGetResponse() public method

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