Search Results for

    Show / Hide Table of Contents

    Class OpenMotdProvider

    Inheritance
    System.Object
    OpenMotdProvider
    Namespace: OpenAPI
    Assembly: OpenAPI.dll
    Syntax
    public class OpenMotdProvider : MotdProvider

    Constructors

    | Improve this Doc View Source

    OpenMotdProvider(OpenApi)

    Declaration
    public OpenMotdProvider(OpenApi api)
    Parameters
    Type Name Description
    OpenApi api

    Properties

    | Improve this Doc View Source

    Api

    Declaration
    public OpenApi Api { get; }
    Property Value
    Type Description
    OpenApi

    Methods

    | Improve this Doc View Source

    GetMotd(ConnectionInfo, IPEndPoint, Boolean)

    Declaration
    public override string GetMotd(ConnectionInfo serverInfo, IPEndPoint caller, bool eduMotd = false)
    Parameters
    Type Name Description
    ConnectionInfo serverInfo
    IPEndPoint caller
    System.Boolean eduMotd
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX