BeginGetResponse()

FileWebRequest::BeginGetResponse(AsyncCallback, System::SharedPtr<Object>) method

Initiates an asynchronous request for the resource.

System::SharedPtr<IAsyncResult> System::Net::FileWebRequest::BeginGetResponse(AsyncCallback callback, System::SharedPtr<Object> state) override

Arguments

ParameterTypeDescription
callbackAsyncCallbackA callback to be called when the operation completes.
stateSystem::SharedPtr<Object>User-provided data used to uniquely identify each asynchronous operation.

Return Value

An IAsyncResult object representing the initiated asynchronous operation.

See Also