edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
MethodInfo object identifying the synchronous method being called (asynchronously).

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public MethodInfo Method { get; }
Visual Basic
Public ReadOnly Property Method As MethodInfo
	Get
Visual C++
public:
property MethodInfo^ Method {
	MethodInfo^ get ();
}

See Also