Class OpenMotdProvider
Inheritance
System.Object
OpenMotdProvider
Assembly: OpenAPI.dll
Syntax
public class OpenMotdProvider : MotdProvider
Constructors
|
Improve this Doc
View Source
OpenMotdProvider(OpenApi)
Declaration
public OpenMotdProvider(OpenApi api)
Parameters
Properties
|
Improve this Doc
View Source
Api
Declaration
public OpenApi Api { get; }
Property Value
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 |
|