PowerTCP FTP for .NET
Responses Property



A List of Response objects generated by the method used.
Syntax
Public ReadOnly Property Responses As List(Of Response)
Dim instance As FtpProtocolException
Dim value As List(Of Response)
 
value = instance.Responses
public List<Response> Responses {get;}
public:
property List<Response^>^ Responses {
   List<Response^>^ get();
}
See Also

Reference

FtpProtocolException Class
FtpProtocolException Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic