System::Net::HttpWebRequest::BeginGetRequestStream method
HttpWebRequest::BeginGetRequestStream method
Initiates an asynchronous operation to get a stream for writing data to the resource.
System::SharedPtr<IAsyncResult> System::Net::HttpWebRequest::BeginGetRequestStream(AsyncCallback callback, System::SharedPtr<Object> state) override
Parameter | Type | Description |
---|---|---|
callback | AsyncCallback | A callback to be called when the operation completes. |
state | System::SharedPtr<Object> | User-provided data used to uniquely identify each asynchronous operation. |
ReturnValue
An IAsyncResult object representing the initiated asynchronous operation.
See Also
- Typedef SharedPtr
- Class IAsyncResult
- Typedef AsyncCallback
- Class Object
- Class HttpWebRequest
- Namespace System::Net
- Library Aspose.PUB for C++