Méthode | Description | |
---|---|---|
BeginGetRequestStream ( AsyncCallback callback, object state ) : IAsyncResult |
Beggins getting the request stream.
|
|
BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult |
Begins the get response.
|
|
EndGetRequestStream ( IAsyncResult asyncResult ) : Stream |
Ends the get request stream.
|
|
EndGetResponse ( IAsyncResult asyncResult ) : IHttpWebResponse |
Ends the http web get response.
|
|
GetRequestStream ( ) : Stream | ||
GetResponse ( ) : IHttpWebResponse | ||
HttpWebRequestWrapper ( |
Initializes a new instance of the HttpWebRequestWrapper class.
|
public BeginGetRequestStream ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | /// The callback. /// |
state | object | /// The state. /// |
Résultat | IAsyncResult |
public BeginGetResponse ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | /// The callback. /// |
state | object | /// The state. /// |
Résultat | IAsyncResult |
public EndGetRequestStream ( IAsyncResult asyncResult ) : Stream | ||
asyncResult | IAsyncResult | /// The async result. /// |
Résultat | Stream |
public EndGetResponse ( IAsyncResult asyncResult ) : IHttpWebResponse | ||
asyncResult | IAsyncResult | /// The async result. /// |
Résultat | IHttpWebResponse |
public HttpWebRequestWrapper ( |
||
httpWebRequest | /// The http web request. /// | |
Résultat | System |