System.Net.FtpClient |
IFtpClient..::..EndGetNameListing Method |
IFtpClient Interface See Also Send Feedback |
Added for the MoQ unit testing framework
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
string[] EndGetNameListing( IAsyncResult ar ) |
Visual Basic |
---|
Function EndGetNameListing ( ar As IAsyncResult ) As String() |
Visual C++ |
---|
array<String^>^ EndGetNameListing( IAsyncResult^ ar ) |
Parameters
- ar
- Type: System..::..IAsyncResult
[Missing <param name="ar"/> documentation for "M:System.Net.FtpClient.IFtpClient.EndGetNameListing(System.IAsyncResult)"]
Return Value
Type: array<String>[]()[][][Missing <returns> documentation for "M:System.Net.FtpClient.IFtpClient.EndGetNameListing(System.IAsyncResult)"]