This documentation is archived and is not being maintained.
HttpWebRequest::EndGetRequestStream Method
Visual Studio 2010
Ends an asynchronous request for a Stream object to use to write data.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
EndGetRequestStream(IAsyncResult) | Ends an asynchronous request for a Stream object to use to write data. (Overrides WebRequest::EndGetRequestStream(IAsyncResult).) |
|
EndGetRequestStream(IAsyncResult, TransportContext%) | Ends an asynchronous request for a Stream object to use to write data and outputs the TransportContext associated with the stream. |
Show: