Hevea documentation

OakServer.GetApplicationType Method 

Gets the application type of a FTP application.

public static FtpApplicationType GetApplicationType(
   Type application
);

Parameters

application
application

Return Value

application type

Exceptions

Exception Type Condition
ArgumentNullException application is null
ArgumentException application does not implement IFtpObject, IFtpSynchronousInput, IFtpAsynchronousInput or IFtpOutput

See Also

OakServer Class | Hevea.Core.Ftp Namespace