Show / Hide Table of Contents

    Class ServiceCollectionExtensions

    Extension methods for IServiceCollection.

    Inheritance
    Object
    ServiceCollectionExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.Extensions.DependencyInjection
    Assembly: FubarDev.FtpServer.dll
    Syntax
    public static class ServiceCollectionExtensions

    Methods

    | Improve this Doc View Source

    AddFtpServer(IServiceCollection, Action<IFtpServerBuilder>)

    Adds the FTP server services to the collection.

    Declaration
    public static IServiceCollection AddFtpServer(this IServiceCollection services, Action<IFtpServerBuilder> configure)
    Parameters
    Type Name Description
    IServiceCollection services

    The service collection to add the FTP server services to.

    Action<IFtpServerBuilder> configure

    Configuration of the FTP server services.

    Returns
    Type Description
    IServiceCollection

    The service collection.

    • 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.