FtpWebRequest.BeginGetRequestStream Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)
BeginGetRequestStream(AsyncCallback, Object)
Begins an asynchronous request for a Stream instance to use to write data.
Declaration
public override IAsyncResult BeginGetRequestStream(AsyncCallback callback, object state)
Parameters
Type | Name | Description |
---|---|---|
Async |
callback | An optional asynchronous callback to be called when the operation is complete. |
Object | state | A user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
IAsync |
An IAsync |