Show / Hide Table of Contents

    Class OptsUtf8CommandExtension

    The implementation of the OPTS UTF8 command.

    Inheritance
    Object
    FtpCommandHandlerExtension
    OptsUtf8CommandExtension
    Implements
    IFtpCommandHandlerExtension
    IFtpCommandBase
    Inherited Members
    FtpCommandHandlerExtension.Names
    FtpCommandHandlerExtension.ExtensionFor
    FtpCommandHandlerExtension.CommandContext
    FtpCommandHandlerExtension.FtpContext
    FtpCommandHandlerExtension.Connection
    FtpCommandHandlerExtension.Data
    FtpCommandHandlerExtension.T(String)
    FtpCommandHandlerExtension.T(String, Object[])
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.CommandExtensions
    Assembly: FubarDev.FtpServer.Commands.dll
    Syntax
    [FtpCommandHandlerExtension("UTF8", "OPTS", false)]
    [FtpCommandHandlerExtension("UTF-8", "OPTS", false)]
    [FtpFeatureText("UTF8")]
    public class OptsUtf8CommandExtension : FtpCommandHandlerExtension, IFtpCommandHandlerExtension, IFtpCommandBase

    Properties

    | Improve this Doc View Source

    IsLoginRequired

    Declaration
    [Obsolete("Use the FtpCommandHandlerExtension attribute instead.")]
    public override bool? IsLoginRequired { get; }
    Property Value
    Type Description
    Nullable<Boolean>
    Overrides
    FtpCommandHandlerExtension.IsLoginRequired

    Methods

    | Improve this Doc View Source

    InitializeConnectionData()

    Declaration
    public override void InitializeConnectionData()
    Overrides
    FtpCommandHandlerExtension.InitializeConnectionData()
    | Improve this Doc View Source

    Process(FtpCommand, CancellationToken)

    Declaration
    public override Task<IFtpResponse? > Process(FtpCommand command, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    FtpCommand command
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<Nullable<IFtpResponse>>
    Overrides
    FtpCommandHandlerExtension.Process(FtpCommand, CancellationToken)

    Implements

    IFtpCommandHandlerExtension
    IFtpCommandBase
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.