In The Hand LtdIn The Hand
BeginGetResponse Method (callback, state)
NamespacesInTheHand.NetFtpWebRequestBeginGetResponse(AsyncCallback, Object)
.NET Components for Mobility
Begins sending a request and receiving a response from an FTP server asynchronously.
Declaration Syntax
C#Visual Basic
public override IAsyncResult BeginGetResponse(
	AsyncCallback callback,
	Object state
)
Public Overrides Function BeginGetResponse ( _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Parameters
callback (AsyncCallback)
An AsyncCallback delegate that references the method to invoke when the operation is complete.
state (Object)
A user-defined object that contains information about the operation. This object is passed to the callback delegate when the operation completes.
Return Value
An IAsyncResult instance that indicates the status of the operation.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0