System::Net::HttpWebRequest::EndGetRequestStream method
HttpWebRequest::EndGetRequestStream method
Waits until the specified asynchronous operation to get a stream completes.
System::SharedPtr<IO::Stream> System::Net::HttpWebRequest::EndGetRequestStream(System::SharedPtr<IAsyncResult> asyncResult) override
| Parameter | Type | Description | 
|---|---|---|
| asyncResult | System::SharedPtr<IAsyncResult> | An IAsyncResult object that represents an asynchronous operation to get a stream. | 
ReturnValue
The stream for writing data to the resource.
See Also
- Typedef SharedPtr
 - Class Stream
 - Class IAsyncResult
 - Class HttpWebRequest
 - Namespace System::Net
 - Library Aspose.Font for C++