FtpWebRequest.EndGetRequestStream Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9448)
EndGetRequestStream(IAsyncResult)
Ends a pending asynchronous request for a Stream instance.
Declaration
public override Stream EndGetRequestStream(IAsyncResult asyncResult)
Parameters
| Type | Name | Description |
|---|---|---|
| IAsyncResult | asyncResult | Stores state information for this asynchronous operation as well as any user defined data. |
Returns
| Type | Description |
|---|---|
| Stream | If successful, returns the Stream to use to write data. |